Can't run /start_traj_mode. #448
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
Hello @duytranvan6904 Please run the debug log client and post the output here. This should show us what is happening during Also, make sure to source the |
Beta Was this translation helpful? Give feedback.
-
|
I run the debug_listener.py but it didn't give any respones as in picture: To make sure if i have connected successfully with robot and source the motoros2_interaces, I have run another simple task which read the joint_status and it have run like as picture bellow: I don't know the reason why but debug log client also didn't give me respones. |
Beta Was this translation helpful? Give feedback.



I tried to connect with another robot and when I switched to Remote mode, I ran additional command:
ros2 service call /yaskawa/start_traj_mode motoros2_interfaces/srv/StartTrajModeandRobot_statusthat was predefined at State A. Now the robot is able to run according to my code. Thank you for your help.