Skip to content

Commit ac95ddf

Browse files
authored
Merge pull request #19 from hytech-racing/steering-data
added steering system data
2 parents f4fc651 + 6f602a6 commit ac95ddf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

proto/base_msgs.proto

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,20 @@ message SteeringSensorData_s
196196
float digital_steering_analog = 2;
197197
}
198198

199+
message SteeringSystemData_s
200+
{
201+
bool analog_oor = 1;
202+
bool both_sensors_fail = 2;
203+
bool digital_oor = 3;
204+
bool dtheta_exceeded_analog = 4;
205+
bool dtheta_exceeded_digital = 5;
206+
bool interface_sensor_error = 6;
207+
float output_steering_angle_ro = 7;
208+
bool sensor_disagreement = 8;
209+
float analog_raw = 9;
210+
float digital_raw = 10;
211+
}
212+
199213
enum ControllerMode_e
200214
{
201215
/* No torque vectoring */

0 commit comments

Comments
 (0)