RRbot velocity controllers in ros2_control

asked 2022-05-17 10:44:20 -0500

enyuin gravatar image

updated 2022-05-17 10:45:01 -0500

I am a newbie in ros2_control manager. I had followed the demo and tutorial explanation on the position controllers, and everything is working fine. Yet, when I wanna switch the controller to velocity controller, the arm could not work properly when I trying to send the command as

ros2 topic pub /forward_velocity_controller/commands std_msgs/msg/Float64MultiArray "data:
- 0.5
- 0.5"

The arm is not moving at all. I had tried to configure the velocity controller, and switch the controller from position to velocity controller. Yet, it is not working.

Note: The URDF that I am using is rrbot_system_multi_interface.

Can anyone guide me on this?

Thanks.

edit retag flag offensive close merge delete