-
Notifications
You must be signed in to change notification settings - Fork 1
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
Display the mesh after padding #7
Comments
Memo: moveit/moveit_ros/planning/planning_scene_monitor/src/planning_scene_monitor.cpp Lines 202 to 214 in 3a9e63a
The parameters are stored in the moveit/moveit_core/planning_scene/include/moveit/planning_scene/planning_scene.h Line 1087 in 3a9e63a
Collision check with padd/scale parameter is executed when moveit/moveit_core/planning_scene/src/planning_scene.cpp Lines 487 to 498 in 3a9e63a
This will called the
Visualization part: |
Memo part2:
Looking at FCL's moveit/moveit_core/collision_detection_fcl/src/collision_common.cpp Lines 902 to 903 in 3a9e63a
This is also used in Bullet moveit/moveit_core/collision_detection_bullet/src/collision_env_bullet.cpp Lines 405 to 409 in 3a9e63a
Therefore, if we can extract the |
Overview
I want to be able to display the effect of parameters related to padding in rviz.
Reference
The text was updated successfully, but these errors were encountered: