-
Notifications
You must be signed in to change notification settings - Fork 311
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
[feature_request] Improve robot collision geometries #162
Comments
Also see moveit/panda_moveit_config#35 |
Will be fixed when #188 is merged. |
…ins-catkin to develop * commit 'c8a52a565cde29aa3281a1cb07ccd8f4b1e74056': Improved formatting of Jenkins and moved Checkgitsync at the end Refactor of Jenkinsfile to use catkin tools and caktin make Parallel building in Jenkinsfile
Hi, @rickstaa, may I know that if we can modify the collision meshes into something that only contains triangles? Currently, you can check https://github.com/AndrejOrsula/panda_ign_moveit2/tree/master/panda_description, and you will see that mesh is very coarse. |
Hey @Yitian-Xian, @frankaemika could change the collision geometries to triangles. I, however, suspect that this will be too computationally intensive. Neverthelesss, @gollth is currently working with @rhaschke on improving the collision geometries (see #199). |
We are currently trying to get the Noetic version of the panda_moveit_config, which targets franka_ros v0.8.0, released. While doing this, however, we noticed that due 616055e being applied, MoveIt cannot control the Panda robot anymore correctly. This is because 616055e replaces the collision meshes with collision geometries + a safety distance. However, these new collision geometries are a bit coarse, which causes the robot hand movement to be very restrictive (see gif below). #126 (comment) explained the reason for this change:
We have worked around this issue by disabling collision checking between joint 5/6 and joint8 in the MoveIt
srdf
. However, this solution is suboptimal since MoveIt does now return plans that contain collisions on the real robot.Therefore, it would be great to improve these collision geometries so that they do not cause self-collisions in positions that are possible on the real robot while keeping them closely related to the collision geometries used in the FCI. I am happy to help but I do not have access to the Collision Geometries that are used in the FCI.
Another, sub-optimal, solution would be to merge #154, allowing us to use the meshes for the https://github.com/ros-planning/moveit_tutorials while the more accurate Geometries + safety distance are used when planning with the real robot. Yet another, sub-optimal solution would to merge #153.
Steps to reproduce the problem
roslaunch panda_moveit_config demo.launch
.The text was updated successfully, but these errors were encountered: