You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The locobot's navigation stack works well on the real robot. However, in simulation, we have two issues:
When the robot moves forward, it drifts to the left.
When the robot is at rest, it's slowly rotating.
We have checked the cmd_vel rostopic and confirmed that the velocity published is all zero when it's at rest. Thus, we suspect that maybe there is some issue in the gazebo file or the urdf? We're wondering if there's anything we can tune to solve this problem. Thanks!
Robot Model
locobot_wx200 with create3 base
Operating System
Ubuntu 20.04
ROS Distro
ROS 1 Noetic
Steps To Reproduce
Drifting to the Left:
We used the most bare-bone xslocobot_gazebo.launch file and can confirm the issue still exists. We ran the launch file by using this command:
I also have this exact same problem in ROS2 using the kobuki base, even though it's working seamlessly in real life. Robot drifting at rest without any command velocity.
@stephenadhi Can you try the create3 base in ROS2? I could not get to fix the drifting of create3 base in ROS. However when the arm is in the home position, it stops drifting.
What happened?
The locobot's navigation stack works well on the real robot. However, in simulation, we have two issues:
We have checked the
cmd_vel
rostopic and confirmed that the velocity published is all zero when it's at rest. Thus, we suspect that maybe there is some issue in the gazebo file or the urdf? We're wondering if there's anything we can tune to solve this problem. Thanks!Robot Model
locobot_wx200 with create3 base
Operating System
Ubuntu 20.04
ROS Distro
ROS 1 Noetic
Steps To Reproduce
Drifting to the Left:
We used the most bare-bone
xslocobot_gazebo.launch
file and can confirm the issue still exists. We ran the launch file by using this command:Then we started the simulation, and sent velocity to the
/locobot/cmd_vel
rostopic using this teleop script.Rotating when at rest:
We used the official move_it launch file[2] that combined the move group and the navigation stack. We ran the following command:
We opened rviz and retracted the arm into the sleep position. Then we wait maybe 30 seconds, and the simulated robot started drifting by itself.
Relevant log output
No response
Additional Info
No response
The text was updated successfully, but these errors were encountered: