Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception while loading move_group capability 'move_group/MoveGroupExecuteService' Melodic #413

Closed
ri-ceres opened this issue Mar 27, 2019 · 1 comment

Comments

@ri-ceres
Copy link

Following the install instructions in a new workspace, trying to launch moveit planning using roslaunch ur5_e_moveit_config ur5_e_moveit_planning_execution.launch results in the exception below:

Loading 'move_group/ApplyPlanningSceneService'...
Loading 'move_group/ClearOctomapService'...
Loading 'move_group/MoveGroupCartesianPathService'...
Loading 'move_group/MoveGroupExecuteService'...
[ERROR] [1553718233.791118746]: Exception while loading move_group capability 'move_group/MoveGroupExecuteService': MultiLibraryClassLoader: Could not create object of class type move_group::MoveGroupExecuteService as no factory exists for it. Make sure that the library exists and was explicitly loaded through MultiLibraryClassLoader::loadLibrary()
Loading 'move_group/MoveGroupExecuteTrajectoryAction'...
Loading 'move_group/MoveGroupGetPlanningSceneService'...
Loading 'move_group/MoveGroupKinematicsService'...
Loading 'move_group/MoveGroupMoveAction'...
Loading 'move_group/MoveGroupPickPlaceAction'...
Loading 'move_group/MoveGroupPlanService'...
Loading 'move_group/MoveGroupQueryPlannersService'...
Loading 'move_group/MoveGroupStateValidationService'...

Ubuntu 18.04
ROS Melodic
UR5e firmware 5.2.1

How do I fix this?

@ri-ceres
Copy link
Author

I was able to fix this by replacing MoveGroupExecuteService with MoveGroupExecuteTrajectoryAction.

universal_robot/ur5_e_moveit_config/launch/move_group.launch

    <!-- MoveGroup capabilities to load -->
    <param name="capabilities" value="move_group/MoveGroupCartesianPathService
				      move_group/MoveGroupExecuteTrajectoryAction
				      move_group/MoveGroupKinematicsService
				      move_group/MoveGroupMoveAction
				      move_group/MoveGroupPickPlaceAction
				      move_group/MoveGroupPlanService
				      move_group/MoveGroupQueryPlannersService
				      move_group/MoveGroupStateValidationService
				      move_group/MoveGroupGetPlanningSceneService
				      move_group/ClearOctomapService
				      " />

@gavanderhoorn gavanderhoorn transferred this issue from ros-industrial/ur_modern_driver Mar 27, 2019
bostoncleek added a commit to bostoncleek/universal_robot that referenced this issue Jun 23, 2020
bostoncleek added a commit to bostoncleek/universal_robot that referenced this issue Jun 23, 2020
dudasdavid added a commit to dudasdavid/universal_robot that referenced this issue Mar 9, 2021
lyh458 added a commit to lyh458/iiwa_qbhand that referenced this issue Jul 19, 2021
lyh458 added a commit to lyh458/UR5-with-Robotiq-Gripper-and-Kinect that referenced this issue Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant