|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
The types of bodies that are considered for collision. More...
Enumerations | |
| enum | Type { ROBOT_LINK , ROBOT_ATTACHED , WORLD_OBJECT } |
| The types of bodies that are considered for collision. More... | |
The types of bodies that are considered for collision.
The types of bodies that are considered for collision.
| Enumerator | |
|---|---|
| ROBOT_LINK | A link on the robot. |
| ROBOT_ATTACHED | A body attached to a robot link. |
| WORLD_OBJECT | A body in the environment. |
Definition at line 56 of file collision_common.h.