Class o80::States¶
-
template<int NB_ACTUATORS, class STATE>
class States¶ ! States is a container of instances of NB_ACTUATORS instances of STATE.
Expected usage is that STATE encapsulate the state of a specific actuator, hence States represents the full robot state.
- Template Parameters:
NB_ACTUATOR – the number of actuators of the robot
STATE – class representing an actuator state
Public Functions
-
inline States()¶
Public Members
-
std::array<STATE, NB_ACTUATORS> values¶