-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/controller_manager is not loading up #1648
Comments
Please have a look at our demos. You need to run the controller_manager from the ros2_control_node, which is done by gazebo in the gazebo_ros2_control plugin. |
ummm... He did it. He parse xacro file which include ros2_control tag along with gazebo_ros2_control plugin.
and here ros2_control.xacro
for full code check repo: https://github.com/joshnewans/articubot_one. i think that code in question from here. |
No he did not? At least from the launch files he added here. See the launch_robot.launch.py in the linked repo |
Maybe he didn't install gazebo_ros2_control package? Because, when i check install folder, i didn't find it, after installing my error is gone, and controller_manager load. |
Describe the bug
I am trying to run a differential drive robot in my computer. The controls are working fine when used gazebo_controls but when I am switching to ros2_controls, the following errors are received. I am using ros2 humble version.
here is my launch file,
Here is my controller yaml file,
The text was updated successfully, but these errors were encountered: