ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

matrhint's profile - activity

2019-03-09 04:25:15 -0500 received badge  Necromancer (source)
2019-03-09 04:25:15 -0500 received badge  Teacher (source)
2018-07-19 21:45:59 -0500 answered a question URDF transmission linkage question (MeArm)

I have added a mimic element with a few small modifications to the URDF to get the arm to move as I think you want it to

2018-01-02 01:12:00 -0500 received badge  Student (source)
2017-07-10 09:15:17 -0500 received badge  Famous Question (source)
2017-07-04 17:27:31 -0500 marked best answer Robot wabbles in gazebo

I have been working on a robot, and have got it to move in gazebo. Unfortunately, the robot does not go straight when given the command:

rostopic pub /cmd_vel geometry_msgs/Twist "linear: x: 1.0 y: 0.0 z: 0.0 angular: x: 0.0 y: 0.0 z: 0.0"

it makes the robot move forward in a wabble or teetering way that seems like one wheel is moving at a time.

The files are located here: https://github.com/matrhint/src

A video is posted here with just joints being shown: https://youtu.be/Z8d7ynoP_RQ

A video is posted here with joints, collisions, and contacts being shown: https://youtu.be/Ye9SlvWYKrw

It appears that there may be some Issues with the wheels being off center of the joint (one higher on one side and one lower on the other), thus leading to the one stopping while the other is free to turn. I am uncertain on how to make this perfectly center. I believe this is my issue but I think I might have to resize the wheel, re-measure it, or just change the xacro file to have a more precise radius for the joint (I may have rounded it too much-- and shouldn't have rounded at all).

Thanks in advance for any help.

Update 6/29/17: I found that the wheels were (slightly) oval in shape an not perfect circle. I remade the wheels and still have the same symptom. I have also tried to change the location of the wheel joints.

2017-07-03 22:04:48 -0500 answered a question Robot wabbles in gazebo

@ufr3c_tjc: It worked! Thanks

2017-06-29 18:55:36 -0500 commented question Robot wabbles in gazebo

Thanks a lot for responding! I will give that a try and let you know what happens soon.

2017-06-29 18:22:44 -0500 commented question Robot wabbles in gazebo

I am out of idea to try on this issue

2017-06-29 18:03:29 -0500 edited question Robot wabbles in gazebo

Robot wabbles in gazebo I have been working on a robot, and have got it to move in gazebo. Unfortunately, the robot does

2017-06-23 07:34:30 -0500 received badge  Famous Question (source)
2017-06-19 10:18:47 -0500 edited question Robot wabbles in gazebo

Robot wabbles in gazebo I have been working on a robot, and have got it to move in gazebo. Unfortunately, the robot does

2017-06-03 22:50:22 -0500 received badge  Notable Question (source)
2017-06-03 22:15:45 -0500 received badge  Commentator
2017-06-03 22:14:39 -0500 edited question Robot wabbles in gazebo

Robot wabbles in gazebo I have been working on a robot, and have got it to move in gazebo. Unfortunately, the robot does

2017-06-02 21:28:25 -0500 edited question Robot wabbles in gazebo

Robot wabbles in gazebo I have been working on a robot, and have got it to move in gazebo. Unfortunately, the robot does

2017-06-02 21:28:25 -0500 received badge  Editor (source)
2017-05-30 13:31:18 -0500 received badge  Popular Question (source)
2017-05-28 12:49:38 -0500 edited question Robot wabbles in gazebo

Robot wabbles in gazebo I have been working on a robot, and have got it to move in gazebo. Unfortunately, the robot does

2017-05-27 15:12:52 -0500 asked a question Robot wabbles in gazebo

Robot wabbles in gazebo I have been working on a robot, and have got it to move in gazebo. Unfortunately, the robot does

2017-04-26 20:41:12 -0500 commented answer Why is Gazebo not loading a model?

killall gzserver fixed the issues. I now have casters in Gazebo!

2017-04-26 20:23:06 -0500 commented answer Why is Gazebo not loading a model?

Yes every time. I will open a new question for that issue. Thank you so much for all of your help.

2017-04-26 19:43:29 -0500 commented answer Why is Gazebo not loading a model?

I tried catkin_make clean and still no casters. I get red writing when gazebo is launched that says gazebo-2 process has

2017-04-26 19:43:06 -0500 answered a question Why is Gazebo not loading a model?

I tried catkin_make clean and still no casters. I get red writing when gazebo is launched that says gazebo-2 process has

2017-04-26 18:55:21 -0500 commented answer Why is Gazebo not loading a model?

I updated it on the github. Thanks again.

2017-04-26 07:13:21 -0500 received badge  Notable Question (source)
2017-04-26 05:17:44 -0500 commented answer Why is Gazebo not loading a model?

You are my hero, but it didn't work. I copied the <inertial> information from the left_wheel and placed it after t

2017-04-26 04:51:10 -0500 commented answer Why is Gazebo not loading a model?

You are my hero.

2017-04-25 21:20:25 -0500 commented answer Why is Gazebo not loading a model?

Any ideas why the front casters aren't showing up in gazebo?

2017-04-25 19:29:42 -0500 marked best answer Why is Gazebo not loading a model?

I am trying to work with Gazebo using xacro files. It seems that it works with Rviz, but there is no model in Gazebo. Please take a look at the files here: https://github.com/matrhint/model-pro... I am running Kinetic. I am using roslaunch lawnmow_description lawnmow_rviz.launch and roslaunch lawnmow_gazebo lawnmow_world.launch to test it out.

Thank you for any assistance.

2017-04-25 19:29:39 -0500 commented answer Why is Gazebo not loading a model?

Edit: I was changing the wrong file. Your suggestion was correct. Thank you for your fast response and clear answer!

2017-04-25 19:01:59 -0500 commented answer Why is Gazebo not loading a model?

Thank you for your fast response! That is exactly what I want. I tried: <mesh scale="0.01 0.01 0.01" filename="packag

2017-04-25 17:47:46 -0500 received badge  Popular Question (source)
2017-04-24 21:38:12 -0500 asked a question Why is Gazebo not loading a model?

Why is Gazebo not loading a model? I am trying to work with Gazebo using xacro files. It seems that it works with Rviz,