ROS2.0 Foxy and Humble repositories which provide ready-to-use ROS2.0 Gazebo + MoveIt!2 simulation packages for different Industrial and Collaborative Robots.
I have followed all the steps, and when I run on of the commands:
ros2 action send_goal -f /MoveROT ros2_data/action/MoveROT "{yaw: 0.00, pitch: 0.00, roll: 0.00, speed: 1.0}"
It gives an error about the passed action type is invalid. What could be the reason for it?
Good day,
I have followed all the steps, and when I run on of the commands: ros2 action send_goal -f /MoveROT ros2_data/action/MoveROT "{yaw: 0.00, pitch: 0.00, roll: 0.00, speed: 1.0}"
It gives an error about the passed action type is invalid. What could be the reason for it?