ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

MoveItSimpleControllerManager: Action client not connected: /follow_joint_trajectory

asked 2018-04-11 05:41:46 -0500

zjuig gravatar image

updated 2018-04-23 13:44:25 -0500

jayess gravatar image

When I simulate the UR package in https://github.com/ros-industrial/uni... , I run the

roslaunch ur_gazebo ur5.launch

and

roslaunch ur5_moveit_config ur5_moveit_planning_execution.launch sim:=true

it turned out the error:

MoveItSimpleControllerManager: Action client not connected: /follow_joint_trajectory

Is I miss something? My system version is ubuntu14.04+indigo

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-04-23 13:30:25 -0500

Abdu gravatar image

updated 2018-04-24 10:16:57 -0500

I usually run the following, do u get same issue if you add limited:=true

roslaunch ur_gazebo ur5.launch
roslaunch ur5_moveit_config ur5_moveit_planning_execution.launch sim:=true
roslaunch ur5_moveit_config moveit_rviz.launch config:=true
edit flag offensive delete link more

Comments

I don't think this is correct. When simulating using Gazebo, the driver (any driver) isn't used.

gvdhoorn gravatar image gvdhoorn  ( 2018-04-23 14:26:25 -0500 )edit

but how to use motion planning, how do u move ur5??!!

Abdu gravatar image Abdu  ( 2018-04-23 15:55:55 -0500 )edit
1

Not with the driver.

ur_gazebo includes a setup for gazebo_ros_control (ie: ros_control in Gazebo), which exposes the same Action based interface as the driver. That is what you use to control the robot.

gvdhoorn gravatar image gvdhoorn  ( 2018-04-24 03:43:38 -0500 )edit

could you please tell me how do u move ur5 with only launching roslaunch ur_gazebo ur5.launch I understand that u still need driver !!!!

Abdu gravatar image Abdu  ( 2018-04-24 08:21:39 -0500 )edit

Have you seen the instructions in the readme of the universal_robot repository? Specifically the section Usage with Gazebo Simulation.

gvdhoorn gravatar image gvdhoorn  ( 2018-04-24 10:06:27 -0500 )edit

oh, ok, then ur_modern_driver is only used for real ur5, thx letting me know.

Abdu gravatar image Abdu  ( 2018-04-24 10:15:26 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2018-04-11 05:41:46 -0500

Seen: 1,124 times

Last updated: Apr 24 '18