Trajectory execution fails in MoveIt #472
-
I have everything setup as described in the Readme. I am connected to the real UR10 and when I launch the driver "ros2 launch ur_robot_driver ur_control_launch ur_type:=ur10e robot_ip:=192.168.1.102 launch_rviz:=true" it seems to be working fine. In Rviz I can visualize the current position of the real UR10. Also, on moving the UR10 manually I can see the position changing in Rviz in real time. Then when I launch MoveIt "ros2 launch ur_moveit_config ur_moveit.launch.py ur_type:=ur10e launch_rviz:=true", I can see the real robot position in second Rviz screen along with start and goal positions of the robot with green and orange colors. The Plan command under Planning works fine and comes back with a planned trajectory but when I click Execute it fails. Also, the terminal shows and error from move_group-1 "Action client not connected to action server: joint_trajectory_controller/follow_joint_trajectory" "Failed to send trajectory part 1 of 1 to controller joint_trajectory_controller" I know there is some silly mistake that I am doing, but I am not able to track it down. Can someone please help me. Thank You in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Is joint trajectory controller running? Try to list your controllers using |
Beta Was this translation helpful? Give feedback.
-
This should be resolved by #480. |
Beta Was this translation helpful? Give feedback.
This should be resolved by #480.