Gazebo 9 ROS Melodic - diff robot pluggin rotates robot in the incorrect direction
Hi
I have installed ROS Melodic, and have noticed that when I send "cmd_vel" commands with a positive sign for the rotational velocity the robot rotates clockwise.... This does not happen in ROS kinetic (Gazebo 7)..
It also affects other nodes such as "move_base",,,
Does anybody knows how to solve this??
Asked by IVAN on 2018-10-30 07:59:01 UTC
Answers
I solved it!!!... The reason was that the new version (ROS Melodic https://github.com/ros-simulation/gazebo_ros_pkgs/blob/melodic-devel/gazebo_plugins/src/gazebo_ros_diff_drive.cpp ) does not support the "legacy mode" tag
" GazeboRosDiffDrive Plugin missing
Updating my urdf model fixed the problem!!!
Asked by IVAN on 2018-11-01 14:56:31 UTC
Comments