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
Source or binary build?
binary, Ignition Fortress, Gazebo Sim 6.16.0
ROS Version: Humble (ROS2)
thomasluk@inmsm-fractal-1:~$ ign gazebo --version
Gazebo Sim, version 6.16.0
Copyright (C) 2018 Open Source Robotics Foundation.
Released under the Apache 2.0 License.
thomasluk@inmsm-fractal-1:~$ ign gazebo --version
Gazebo Sim, version 6.16.0
Copyright (C) 2018 Open Source Robotics Foundation.
Released under the Apache 2.0 License.
Description
Expected behavior:
What I am trying to do is to create a mecanum robot simulation and integrate with ros2 Nav2 stack. Currently is building a sim robot in gazebo ignition. Reason why I am using new gazebo is that first the old one is EoL, second is that Mecanum Drive is available in the new gazebo, not the old one.
I have used the example from here. And also refereed to this API call document. I expect it will just work like the turtlebot3 diff drive example, with the "tf", "odom" and most importantly "cmd_vel" available in gazebo side.
Actual behavior:
However, after launching the example sdf, the topic only gives "tf" and "odom", but not the "cmd_vel". Even through the sdf file do not come with topic tag, according to the API, its optional, and by default it will generate a topic with suffix ../../cmd_vel.
Steps to reproduce
create a mecanum_drive.sdf exactly same to the reference example
launch it by this cmd: ign gazebo mecanum_drive.sdf
The simulation started, and check the topic by ign topic -l
TZECHIN6
changed the title
Failed to load system plugin [gz::sim::systems::MecanumDrive]
[gz::sim::systems::MecanumDrive] No cmd_vel gazebo topic is generated by the mecanum drive example
Jan 9, 2025
TZECHIN6
changed the title
[gz::sim::systems::MecanumDrive] No cmd_vel gazebo topic is generated by the mecanum drive example
[ignition::gazebo::systems::MecanumDrive] No cmd_vel gazebo topic is generated by the mecanum drive example
Jan 9, 2025
Environment
Description
Expected behavior:
What I am trying to do is to create a mecanum robot simulation and integrate with ros2 Nav2 stack. Currently is building a sim robot in gazebo ignition. Reason why I am using new gazebo is that first the old one is EoL, second is that Mecanum Drive is available in the new gazebo, not the old one.
I have used the example from here. And also refereed to this API call document. I expect it will just work like the turtlebot3 diff drive example, with the "tf", "odom" and most importantly "cmd_vel" available in gazebo side.
Actual behavior:
However, after launching the example sdf, the topic only gives "tf" and "odom", but not the "cmd_vel". Even through the sdf file do not come with topic tag, according to the API, its optional, and by default it will generate a topic with suffix ../../cmd_vel.
Steps to reproduce
Output
Terminal ouput:
The text was updated successfully, but these errors were encountered: