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
Hi, I am using ignition gazebo: citadel version to simulate an omnidirectional robot (3 wheels).
Using gazebo I can control the robot with the plugin libgazebo_ros_planar_move which allows me to define the command and odometry topics, however this plugin is not available on ignition gazebo.
Is there any similar plugin I could use?. Currently I can make the robot to move using the ignition-gazebo-velocity-control-system plugin, but I am not able to get odometry out of it. The only plugin I have seen with odometry output is diff_drive_system which is not my case.
I appreciate any help.
The text was updated successfully, but these errors were encountered:
I believe you can get the same control functionality with ignition::gazebo::systems::VelocityControl. It accepts a twist message that you can bridge to ROS using ros_ign_bridge.
Hi, I am using ignition gazebo: citadel version to simulate an omnidirectional robot (3 wheels).
Using gazebo I can control the robot with the plugin libgazebo_ros_planar_move which allows me to define the command and odometry topics, however this plugin is not available on ignition gazebo.
Is there any similar plugin I could use?. Currently I can make the robot to move using the ignition-gazebo-velocity-control-system plugin, but I am not able to get odometry out of it. The only plugin I have seen with odometry output is diff_drive_system which is not my case.
I appreciate any help.
The text was updated successfully, but these errors were encountered: