moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
Each controller known to MoveIt has a state. This structure describes that controller's state. More...
#include <controller_manager.h>
Public Member Functions | |
ControllerState () | |
Public Attributes | |
bool | active_ |
A controller can be active or inactive. This means that MoveIt could activate the controller when needed, and de-activate controllers that overlap (control the same set of joints) More... | |
bool | default_ |
It is often the case that multiple controllers could be used to execute a motion. Marking a controller as default makes MoveIt prefer this controller when multiple options are available. More... | |
Each controller known to MoveIt has a state. This structure describes that controller's state.
Definition at line 162 of file controller_manager.h.
|
inline |
Definition at line 164 of file controller_manager.h.
bool moveit_controller_manager::MoveItControllerManager::ControllerState::active_ |
A controller can be active or inactive. This means that MoveIt could activate the controller when needed, and de-activate controllers that overlap (control the same set of joints)
Definition at line 170 of file controller_manager.h.
bool moveit_controller_manager::MoveItControllerManager::ControllerState::default_ |
It is often the case that multiple controllers could be used to execute a motion. Marking a controller as default makes MoveIt prefer this controller when multiple options are available.
Definition at line 174 of file controller_manager.h.