saved work on v1 protocol parser

This commit is contained in:
Ruixiang Du
2021-07-13 15:04:44 +08:00
parent 6cbdebc38a
commit 8b606b7520
6 changed files with 80891 additions and 22 deletions

View File

@@ -50,6 +50,7 @@ typedef struct {
bool clear_all_error;
float linear;
float angular;
float lateral;
} MotionCommandMessageV1;
typedef struct {
@@ -133,7 +134,8 @@ typedef struct {
uint8_t motor_id;
float current;
int16_t rpm;
float temperature;
float driver_temp;
float motor_temp;
} ActuatorStateMessageV1;
/***************** Sensor messages ******************/