mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
saved work on v1 protocol parser
This commit is contained in:
@@ -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 ******************/
|
||||
|
||||
Reference in New Issue
Block a user