Hi!
I try to run the moveit demo on the physical stretch robot. First I launch the driver by roslaunch stretch_core stretch_driver.launch
.
Then, when I try to launch the move_group by roslaunch stretch_moveit_config move_group.launch
, I encountered the following errors.
Planning scene monitors started.
[ INFO] [1641683702.236773300]: Initializing OMPL interface using ROS parameters
[ INFO] [1641683702.283570072]: Using planning interface 'OMPL'
[ INFO] [1641683702.285736944]: Param 'default_workspace_bounds' was not set. Using default value: 10
[ INFO] [1641683702.286201288]: Param 'start_state_max_bounds_error' was set to 0.1
[ INFO] [1641683702.286612740]: Param 'start_state_max_dt' was not set. Using default value: 0.5
[ INFO] [1641683702.287012978]: Param 'start_state_max_dt' was not set. Using default value: 0.5
[ INFO] [1641683702.287402563]: Param 'jiggle_fraction' was set to 0.05
[ INFO] [1641683702.287776331]: Param 'max_sampling_attempts' was not set. Using default value: 100
[ INFO] [1641683702.287810719]: Using planning request adapter 'Add Time Parameterization'
[ INFO] [1641683702.287825706]: Using planning request adapter 'Fix Workspace Bounds'
[ INFO] [1641683702.287837909]: Using planning request adapter 'Fix Start State Bounds'
[ INFO] [1641683702.287849568]: Using planning request adapter 'Fix Start State In Collision'
[ INFO] [1641683702.287861173]: Using planning request adapter 'Fix Start State Path Constraints'
[ WARN] [1641683707.305022635]: Waiting for stretch_arm_controller/follow_joint_trajectory to come up
[ WARN] [1641683713.305151055]: Waiting for stretch_arm_controller/follow_joint_trajectory to come up
[ERROR] [1641683719.305332078]: Action client not connected: stretch_arm_controller/follow_joint_trajectory
[ WARN] [1641683724.321231543]: Waiting for stretch_head_controller/follow_joint_trajectory to come up
[ WARN] [1641683730.321433430]: Waiting for stretch_head_controller/follow_joint_trajectory to come up
[ERROR] [1641683736.321629237]: Action client not connected: stretch_head_controller/follow_joint_trajectory
[ WARN] [1641683741.342757937]: Waiting for stretch_gripper_controller/follow_joint_trajectory to come up
[ WARN] [1641683747.342941041]: Waiting for stretch_gripper_controller/follow_joint_trajectory to come up
[ERROR] [1641683753.343098326]: Action client not connected: stretch_gripper_controller/follow_joint_trajectory
[ INFO] [1641683753.352080162]: Returned 0 controllers in list
Thanks a lot!