2017-10-09 19:40:31 -0500 | received badge | ● Taxonomist |
2017-02-10 12:58:46 -0500 | received badge | ● Famous Question (source) |
2017-01-26 13:12:59 -0500 | received badge | ● Notable Question (source) |
2017-01-25 08:40:23 -0500 | commented answer | Decreasing trolley drift (cart: front steering) After all, it still drifts. |
2017-01-25 07:49:38 -0500 | received badge | ● Popular Question (source) |
2017-01-25 03:21:54 -0500 | commented answer | Decreasing trolley drift (cart: front steering) Just edited my question. In the meanwhile I remove joint frictions, and the trolley doesn't drift anymore. |
2017-01-25 03:18:49 -0500 | received badge | ● Editor (source) |
2017-01-23 16:03:03 -0500 | received badge | ● Student (source) |
2017-01-23 15:28:26 -0500 | asked a question | Decreasing trolley drift (cart: front steering) I've just modeled a trolley for my robot to pull around, however I can't make it stop drifting. I've added friction to the wheel joints, but it does not produce any effect. I observe the same drift with the gazebo model 'Cart: front steering'. The trolley is fully stopped at the beginning of the simulation, but then it starts to move. If I disable the trolley's base link gravity (only wheels remain affected by gravity), it won't move. But removing the effect of gravity on the trolley is not an acceptable solution for me. Do you have any suggestions on how to make the trolley not drift? Edit: After removing friction from wheel joints, the robot drifts less. Edit2: As asked in the answer: For the wheels: |
2015-06-23 09:31:27 -0500 | asked a question | Plugin for multiple robots, Gazebo 5 + ROS Jade Hello! I'm using Gazebo 5 and ROS jade on Ubuntu 14.0.2, from debs. I'm developing a simulation of a self-balancing robot on Gazebo. I have based the plugin I'm using on gazebo_ros_diff_drive. The plugin maintains the robot always balanced, while listening for cmd_vel and publishing odom. So far this small adaptation of gazebo_ros_diff_drive was pretty straighforward. However I've encountered some troubles when I try to spawn multiple robots. These problems do not occur on the original gazebo_ros_diff_drive. In short, when I have multiple robots I'm not able to command the joints' velocities. It looks like that one of the multiple instantiated plugins takes over all of the robots. This does not happen with the original diff_drive. example:
Any suggestion on how to debug this issue? |