mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
added time stamp to robot states
This commit is contained in:
@@ -242,8 +242,8 @@ typedef struct {
|
||||
|
||||
typedef struct {
|
||||
struct16_t driver_voltage;
|
||||
struct16_t driver_temperature;
|
||||
int8_t motor_temperature;
|
||||
struct16_t driver_temp;
|
||||
int8_t motor_temp;
|
||||
uint8_t driver_state;
|
||||
uint8_t reserved0;
|
||||
uint8_t reserved1;
|
||||
|
||||
Reference in New Issue
Block a user