You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to use this package to use servo in rviz itself.
On running this teleop_sys launch file, I am facing an error of invalid group name.
By default, the group name is ur_manipulator itself, but it is saying it as invalid.
ANy help regarding the same is appreciated.
I have attached the log output for the same.
[component_container-1] [INFO] [1726652017.612291906] [moveit_ros.planning_scene_monitor.planning_scene_monitor]: Publishing maintained planning scene on '/servo_server/publish_planning_scene'
[component_container-1] [ERROR] [1726652017.616609097] [moveit_robot_model.robot_model]: Group 'ur_manipulator' not found in model 'ur10e'
[component_container-1] [ERROR] [1726652017.616634152] [moveit_servo.servo_calcs]: Invalid move group name: `ur_manipulator`
[component_container-1] [INFO] [1726652017.622219233] [moveit_ros.planning_scene_monitor.planning_scene_monitor]: Stopped publishing maintained planning scene.
[component_container-1] [INFO] [1726652017.622263731] [moveit_ros.planning_scene_monitor.planning_scene_monitor]: Stopping planning scene monitor
[component_container-1] [ERROR] [1726652017.769581984] [moveit_servo_ur10e_container]: Component constructor threw an exception: Invalid move group name
The text was updated successfully, but these errors were encountered:
To bring up the robot. This bring-up file is a modification to the official UR bringup that adds the EEF tool to it. Note that here I set tool_choice to none because the teleoperation code is not fully integrated with our gripper. Having it on would cause a bug (which I intend to fix shortly)
Then I would run ros2 launch ur_moveit_servo teleop_sys_launch.py.
I am suspecting the reason you encountered your bug is that you are still bringing on your UR10E with UR's official SRDF and URDF. In order to integrate the gripper, I had to generate a new, customized SRDF, which has a different name for the move group.
BTW, I updated the teleop's launch to fix some kinks. I doubt it would have anything to do with your problem, but it wouldn't hurt to pull it.
Feel free to let me know if you have any more questions!
Hello, I am trying to use this package to use servo in rviz itself.
On running this teleop_sys launch file, I am facing an error of invalid group name.
By default, the group name is ur_manipulator itself, but it is saying it as invalid.
ANy help regarding the same is appreciated.
I have attached the log output for the same.
The text was updated successfully, but these errors were encountered: