ActuatorSymmetry is a predefined and named ordered group of actuators that allows simpler calls of ALMotion API. More...
#include <alrobotmodel.h>
Public Member Functions | |
| ActuatorGroup () | |
| creates an empty ActuatorGroup, you should not use this.   | |
| ~ActuatorGroup () | |
| destructor.  | |
| const std::string & | name () const | 
| name of the ActuatorGroup.  | |
| const ActuatorGroup * | parent () const | 
| parent of the actuator group if there is one, NULL otherwise.  | |
| std::vector< const Actuator * > | actuators () const | 
| ordered vector of the actuators of the ActuatorGroup.  | |
Public Attributes | |
| class ActuatorGroupImpl * | a_impl | 
| private implementation.  | |
ActuatorSymmetry is a predefined and named ordered group of actuators that allows simpler calls of ALMotion API.
Definition at line 603 of file alrobotmodel.h.
creates an empty ActuatorGroup, you should not use this.