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

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

Open
ChuGuoqing opened this issue Apr 4, 2023 · 4 comments

Comments

@ChuGuoqing
Copy link

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
Copy link
Contributor

rhaschke commented Apr 4, 2023

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
Copy link
Contributor

rhaschke commented Apr 4, 2023

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
Copy link
Contributor

rhaschke commented Apr 8, 2023

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
Copy link
Author

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

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

2 participants