Open jacknlliu opened 7 years ago
Also refer to https://github.com/ros-planning/moveit/issues/616
When run the following command
roslaunch ur5_moveit_config moveit_rviz.launch config:=true
we got the following output
Constructing new MoveGroup connection for group 'manipulator' in namespace ''
So what is the namespace ''
?
moveit
get the namespace from URDF
file?
I think there are some links or joints in URDF which don't belong to group manipulator
or other defined groups. Then the moveit
thinks the ungrouped links and joints as the empty group ''. If we make all the joints and links have its own group, the group '' will be missing.
I forked ROS packages from ROS-I/universal_robot. And I follow Moveit Setup Assistant Tutorial. After setup Moveit config, I got a
demo.launch
file, thenI got the following errors, and the
rviz
did not show anyinteractive markers
.It seems that I got a group named '', it's so strange! And we also noticed that there is a empty namespace in
Constructing new MoveGroup connection for group 'gripper' in namespace ''
, it's so strange!I make a robot using a fixed box as the human-like truck, a UR5 robot arm and a Kinect as human-like eyes.
My URDF model please see [here]()
My SRDF file is:
And I can't find a way to debug it.
My system configuration:
Any help will be appreciated!