Skip to content

Commit df97c65

Browse files
committed
make torque_enabled optional
1 parent 15ae600 commit df97c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kos/proto/kos/actuator.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ message ActuatorStateResponse {
107107
optional float voltage = 7; // Voltage in volts
108108
optional float current = 8; // Current in amperes
109109
repeated string faults = 9; // Faults
110-
bool torque_enabled = 10; // Torque Enabled
110+
optional bool torque_enabled = 10; // Torque Enabled
111111
optional double min_position = 11; // Minimum position limit in degrees
112112
optional double max_position = 12; // Maximum position limit in degrees
113113
optional double kp = 13; // Proportional gain

0 commit comments

Comments
 (0)