We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4fc651 + 6f602a6 commit ac95ddfCopy full SHA for ac95ddf
proto/base_msgs.proto
@@ -196,6 +196,20 @@ message SteeringSensorData_s
196
float digital_steering_analog = 2;
197
}
198
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
+
213
enum ControllerMode_e
214
{
215
/* No torque vectoring */
0 commit comments