-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Can't activate controller 'diffdrive_controller' with Ignition #194
Comments
Hi @fmrico, is this with ROS 2 Galactic or ROS 2 Humble? |
@fmrico can you please confirm which ROS 2 version is causing this problem? Is it Galactic or Humble?
and the issue was gone. |
Hi @alsora I am using Humble, and the |
Sorry @fmrico, I just realized that your error is with Gazebo ignition and not classic. I confirm that there are issues with ignition.
and then
This seems the same issue described in ros-controls/gz_ros2_control#89 and ros-controls/gz_ros2_control#91 |
Ok, I managed to get this working by building https://github.com/ros-controls/gz_ros2_control from sources, using the The complete instructions are as follow:
and then run with
|
YEAR LATER - NO RESOLUTION HERE OR ROS-CONTROL - Still blocking using ignition for create3_sim (as documented in the instructions.) The work around above didn't work for me, and using the current Create3_Sim documentation, like any new Create3 owner that I am, doesn't work - change the create3_sim README to eliminate discussing the Ignition option. |
|
Ignition works for me after the issue above was fixed! |
Describe the bug
The simulation in Ignition fails to activate
diffdrive_controller
, so the robot does not move when sending commands throught/cmd_vel
. The relevant logs messages, IMHO:To Reproduce
Steps to reproduce the behavior:
ros2 launch irobot_create_ignition_bringup create3_ignition.launch.py
Expected behavior
Moving robot
The text was updated successfully, but these errors were encountered: