|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
Result of a distance request. More...
#include <collision_common.h>

Public Member Functions | |
| DistanceResult () | |
| void | clear () |
| Clear structure data. More... | |
Public Attributes | |
| bool | collision |
| Indicates if two objects were in collision. More... | |
| DistanceResultsData | minimum_distance |
| ResultsData for the two objects with the minimum distance. More... | |
| DistanceMap | distances |
| A map of distance data for each link in the req.active_components_only. More... | |
Result of a distance request.
Definition at line 276 of file collision_common.h.
|
inline |
Definition at line 278 of file collision_common.h.
|
inline |
Clear structure data.
Definition at line 292 of file collision_common.h.


| bool collision_detection::DistanceResult::collision |
Indicates if two objects were in collision.
Definition at line 283 of file collision_common.h.
| DistanceMap collision_detection::DistanceResult::distances |
A map of distance data for each link in the req.active_components_only.
Definition at line 289 of file collision_common.h.
| DistanceResultsData collision_detection::DistanceResult::minimum_distance |
ResultsData for the two objects with the minimum distance.
Definition at line 286 of file collision_common.h.