Skip to content
theficus edited this page Dec 23, 2021 · 7 revisions

A NACK message is written when a ROBOT_POSE command is refused by Mousr.

NACK structure

Byte(s) Data Type Value Note
1 Byte Always 0xff
2-3 UInt16 Requested ROBOT_POSE command
4 Byte ??
5-9 UInt32 currentMBAPIVer
10-13 UInt32 minMBAPIVer
14-17 UInt32 maxMBAPIVer
18-20 Unused

Example (0x18 is Reverse_SIGNAL)

0xff18000003000000000000000300000000000000

Clone this wiki locally