moveit / panda_moveit_config

The Panda robot is the flagship MoveIt integration robot
http://docs.ros.org/kinetic/api/moveit_tutorials/html/
102 stars 170 forks source link

Something Wrong when following the tutorial "MoveIt Quickstart in RViz" #132

Open ChuGuoqing opened 1 year ago

ChuGuoqing commented 1 year ago

Screenshot from 2023-04-04 22-03-19 @v4hn I install the moveit from source following the office instument "https://moveit.ros.org/install/source/“(ubuntu 20.04,ROS Noetic). When I follow the tutorial "MoveIt Quickstart in RViz", although I have make the robot collsion with itself, the links that are in collision doesn't turn red(As shown in picture). What's wrong with this. Please help me.Thank you very much!

rhaschke commented 1 year ago

Thanks for reporting. This seems to be a regression in rviz. The collision is correctly recognized as shown in the status tab: image

To pinpoint the offending commit, ideally, someone will perform a git bisect.

rhaschke commented 1 year ago

This seems to be broken already in 1.1.6, the oldest release that easily compiles moveit_ros_vis against current 1.1.11.

rhaschke commented 1 year ago

It turns out that the issue is not stemming from MoveIt, but from the new Panda URDF, which uses coarse collision-only models (named *_sc). These (and only these) are colored red but are not visible. To handle such a config, we should think about coloring another link model instead. Maybe the first rigidly-connected parent link that has a visual?

ChuGuoqing commented 1 year ago

This seems to be broken already in 1.1.6, the oldest release that easily compiles moveit_ros_vis against current 1.1.11.

thank you very much