Unable to Call start_traj_mode Service #253
-
Hello, I am experiencing a challenge with the MotoROS2 system while trying to activate trajectory mode on my robot. Initially, I received the following error message: To resolve this, I attempted to activate the trajectory mode using the start_traj_mode service with these commands: 1.ros2 service call /start_traj_mode motoros2_interfaces/srv/StartTrajMode & However, both attempts returned an error stating that "The passed service type is invalid." I confirmed the availability of the /start_traj_mode service using ros2 service list, which shows the service as available. Could you assist me |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It's possible you forgot to Could I again ask you to please post your questions about MotoROS2 on the MotoROS2 Discussion forum? Thank you. |
Beta Was this translation helpful? Give feedback.
It's possible you forgot to
source /path/to/your/colcon_ws/install/setup.bash
before trying toros2 service call
the service.Could I again ask you to please post your questions about MotoROS2 on the MotoROS2 Discussion forum? Thank you.