MoveIt Pro Behavior
Core Behaviors for MoveIt Pro
|
Namespaces | |
behavior | |
behaviors | |
helper_functions | |
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. More... | |
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. More... | |
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. More... | |
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. More... | |
|
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. |