2022-05-24 16:05:24 +08:00
|
|
|
|
|
|
|
uint8[2] head
|
2021-09-01 20:46:41 +08:00
|
|
|
uint8 levelFlag
|
2022-05-24 16:05:24 +08:00
|
|
|
uint8 frameReserve
|
|
|
|
|
|
|
|
uint32[2] SN
|
|
|
|
uint32[2] version
|
|
|
|
uint16 bandWidth
|
2021-09-01 20:46:41 +08:00
|
|
|
IMU imu
|
|
|
|
MotorState[20] motorState
|
2022-05-24 16:05:24 +08:00
|
|
|
BmsState bms
|
|
|
|
int16[4] footForce
|
|
|
|
int16[4] footForceEst
|
|
|
|
uint32 tick
|
|
|
|
uint8[40] wirelessRemote
|
|
|
|
uint32 reserve
|
|
|
|
uint32 crc
|
2022-10-16 14:06:21 +08:00
|
|
|
|
|
|
|
# Old version Aliengo does not have:
|
|
|
|
Cartesian[4] eeForceRaw
|
|
|
|
Cartesian[4] eeForce #it's a 1-DOF force infact, but we use 3-DOF here just for visualization
|
|
|
|
Cartesian position # will delete
|
|
|
|
Cartesian velocity # will delete
|
|
|
|
Cartesian velocity_w # will delete
|
|
|
|
|