WholeBodyCommandBuilder#
rb::WholeBodyCommandBuilder selects a whole-robot command mode. It is the
compact path used for stop commands and for bootstrapping the real-time control
channel.
Header
Header |
|
Declaration
Namespace |
|
Kind |
|
Primary role |
Hold one whole-body command beneath |
Public Member Functions
Method group |
Purpose |
Notes |
|---|---|---|
converting constructors |
Construct directly from |
The whole-body path only supports these two primitive modes. |
|
Replace the active whole-body primitive. |
Reconfigure an existing builder instance. |
Detailed Reference
-
class WholeBodyCommandBuilder#
Public Functions
-
WholeBodyCommandBuilder()#
-
WholeBodyCommandBuilder(const RealTimeControlCommandBuilder &builder)#
-
WholeBodyCommandBuilder(const StopCommandBuilder &builder)#
-
~WholeBodyCommandBuilder()#
-
WholeBodyCommandBuilder &SetCommand(const RealTimeControlCommandBuilder &builder)#
-
WholeBodyCommandBuilder &SetCommand(const StopCommandBuilder &builder)#
-
WholeBodyCommandBuilder()#
Related Types
Examples
stop_command.cppreal_time_control_command.cpp