|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <interaction.h>
Public Attributes | |
| InteractiveMarkerConstructorFn | construct_marker |
| ProcessFeedbackFn | process_feedback |
| InteractiveMarkerUpdateFn | update_pose |
| std::string | marker_name_suffix |
Representation of a generic interaction. Displays one interactive marker.
Definition at line 118 of file interaction.h.
| InteractiveMarkerConstructorFn robot_interaction::GenericInteraction::construct_marker |
Definition at line 122 of file interaction.h.
| std::string robot_interaction::GenericInteraction::marker_name_suffix |
Definition at line 134 of file interaction.h.
| ProcessFeedbackFn robot_interaction::GenericInteraction::process_feedback |
Definition at line 126 of file interaction.h.
| InteractiveMarkerUpdateFn robot_interaction::GenericInteraction::update_pose |
Definition at line 130 of file interaction.h.