ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hello,

From your code I can understand that, you have not called controller_manager service. You need to add controller manager node in your launch file..

Node(
                package="controller_manager",
                executable="ros2_control_node",
                parameters=[robot_description, controller_file],  # URDF file and controller file
                output="screen",
            )

Hello,

From your code I can understand that, you have not called controller_manager service. You need to add controller manager node in your launch file..

Node(
                package="controller_manager",
                executable="ros2_control_node",
                parameters=[robot_description, controller_file],  # URDF file and controller yaml file
                output="screen",
            )