10 #ifndef PLEN2_MOTION_H
11 #define PLEN2_MOTION_H
156 static bool set(uint8_t slot, uint8_t
index,
const Frame& frame);
167 static bool get(uint8_t slot, uint8_t
index,
Frame& frame);
179 #endif // PLEN2_MOTION_H
Definition: AccelerationGyroSensor.h:16
Ending value of frames.
Definition: Motion.h:137
static bool set(uint8_t slot, uint8_t index, const Frame &frame)
Write the frame to external EEPROM.
Ending value of slots.
Definition: Motion.h:25
Beginning value of frames.
Definition: Motion.h:136
Summation of the servos controllable.
Definition: JointController.h:56
Beginning value of slots.
Definition: Motion.h:24
Update interval between frames.
Definition: Motion.h:134
static void init(Frame &frame)
Initialize the frame.
int16_t joint_angle[JointController::JOINTS_SUM]
Angles.
Definition: Motion.h:172
Management class of joints.
uint8_t index
Index of a frame.
Definition: Motion.h:170
uint16_t transition_time_ms
Time of transit to the frame.
Definition: Motion.h:171
Class of a motion frame.
Definition: Motion.h:123