|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Namespaces | |
| namespace | behavior |
| namespace | behaviors |
| namespace | helper_functions |
| namespace | test_utils |
Functions | |
| std::optional< ObjectSubframe > | findSubframeInVector (const std::vector< ObjectSubframe > subframes, std::string_view target_subframe_id) |
| Helper function to return a subframe corresponding to an input subframe ID. | |
| std::optional< ObjectSubframe > | findSubframeInObject (const GraspableObject &obj, std::string_view target_subframe_id) |
| Helper function to return a subframe corresponding to an input subframe ID in a GraspableObject if it is found. | |
| std::optional< Pose > | findSubframePoseInObject (const GraspableObject &obj, std::string_view target_subframe_id) |
| Helper function to return a subframe pose corresponding to an input subframe ID in a GraspableObject if it is found. | |
| std::optional< std::size_t > | findSubframeIndexInObject (const GraspableObject &obj, std::string_view target_subframe_id) |
| Helper function to return a subframe pose corresponding to an input subframe ID in a GraspableObject if it is found. | |
|
inline |
Helper function to return a subframe pose corresponding to an input subframe ID in a GraspableObject if it is found.
| obj | GraspableObject to check subframes for. |
| target_subframe_id | String id of subframe pose to find. |
|
inline |
Helper function to return a subframe corresponding to an input subframe ID in a GraspableObject if it is found.
| obj | GraspableObject to check subframes for. |
| target_subframe_id | String id of subframe pose to find. |
|
inline |
Helper function to return a subframe corresponding to an input subframe ID.
| subframes | Vector of ObjectSubframes to search through. |
| target_subframe_id | String id of subframe pose to find. |
|
inline |
Helper function to return a subframe pose corresponding to an input subframe ID in a GraspableObject if it is found.
| obj | GraspableObject to check subframes for. |
| target_subframe_id | String id of subframe pose to find. |