We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ae600 commit df97c65Copy full SHA for df97c65
kos/proto/kos/actuator.proto
@@ -107,7 +107,7 @@ message ActuatorStateResponse {
107
optional float voltage = 7; // Voltage in volts
108
optional float current = 8; // Current in amperes
109
repeated string faults = 9; // Faults
110
- bool torque_enabled = 10; // Torque Enabled
+ optional bool torque_enabled = 10; // Torque Enabled
111
optional double min_position = 11; // Minimum position limit in degrees
112
optional double max_position = 12; // Maximum position limit in degrees
113
optional double kp = 13; // Proportional gain
0 commit comments