Hi all,
i need to do kinematic planning and execution with my schunk 7 dof arm. I just followed the moveit setup assistant and i can do some planning in the RVIZ perfectly, everything seems fine. Now i want to do planning and execution with the real arm in our lab. So i go on with these tutorials: Create a MoveIt Package for an Industrial Robot and controller_configuration. But when i test using this command roslaunch schunk_moveit_config moveit_planning_execution.launch, I get some errors like:[ INFO] [1404732436.690900864]: Loading robot model 'schunk'...
[ INFO] [1404732437.444701819]: Loading robot model 'schunk'...
[ INFO] [1404732437.522727873]: MoveitSimpleControllerManager: Waiting for arm_controller/joint_trajectory_action to come up
[ WARN] [1404732437.773476170]: The root link base_link has an inertia specified in the URDF, but KDL does not support a root link with an inertia. As a workaround, you can add an extra dummy link to your URDF.
[ INFO] [1404732437.957020739]: Starting scene monitor
[ INFO] [1404732437.961134461]: Listening to '/move_group/monitored_planning_scene'
[ERROR] [1404732437.963374340]:
Failed to call service /get_planning_scene at /tmp/buildd/ros-hydro-moveit-ros-planning-0.5.16-0precise-20140527-1656/planning_scene_monitor/src/planning_scene_monitor.cpp:431
[ WARN] [1404732438.468215354]: The root link base_link has an inertia specified in the URDF, but KDL does not support a root link with an inertia. As a workaround, you can add an extra dummy link to your URDF.
[ INFO] [1404732438.481723706]: Constructing new MoveGroup connection for group 'lwa'
[ INFO] [1404732442.522901428]: MoveitSimpleControllerManager: Waiting for arm_controller/joint_trajectory_action to come up
[ERROR] [1404732447.523168432]:
MoveitSimpleControllerManager: Action client not connected: arm_controller/joint_trajectory_action[ INFO] [1404732452.554659308]: MoveitSimpleControllerManager: Waiting for gripper_controller/gripper_action to come up
[ INFO] [1404732457.554842362]: MoveitSimpleControllerManager: Waiting for gripper_controller/gripper_action to come up
[ERROR] [1404732462.555062991]:
MoveitSimpleControllerManager: Action client not connected: gripper_controller/gripper_actionI would like to ask two questions,
(1) Am I in the correct direction to execute path planning with a real robot arm?
(2) For the above errors, i think it's due to the absence of controllers, is it? If so, what should i do to add them?
Best regards,
Quantao