mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
updated tracer interface
This commit is contained in:
@@ -21,14 +21,12 @@ struct TracerState {
|
||||
MotionStateMessage motion_state;
|
||||
LightStateMessage light_state;
|
||||
|
||||
// Is this still needed?
|
||||
RcStateMessage rc_state;
|
||||
|
||||
ActuatorHSStateMessage actuator_hs_state[2];
|
||||
ActuatorLSStateMessage actuator_ls_state[2];
|
||||
|
||||
// sensor data
|
||||
OdometryMessage odometry;
|
||||
// actuator state
|
||||
// - for v2 robots only
|
||||
ActuatorHSStateMessage actuator_hs_state[4];
|
||||
ActuatorLSStateMessage actuator_ls_state[4];
|
||||
// - for v1 robots only
|
||||
ActuatorStateMessageV1 actuator_state[4];
|
||||
};
|
||||
|
||||
struct TracerInterface {
|
||||
|
||||
Reference in New Issue
Block a user