Skip to content

Commit 7fb8a73

Browse files
committed
Add set point feedback to the servo messages
1 parent 09fee2b commit 7fb8a73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,11 +1108,13 @@ message CpProbe {
11081108
message GenericServo {
11091109
float value = 1; // Servo value (0..1).
11101110
GuestPortNumber guest_port_number = 2; // Guest port the servo is on.
1111+
float set_point = 3; // Servo set point (0..1).
11111112
}
11121113

11131114
// Servo message used to represent the angle of the servo.
11141115
message MultibeamServo {
11151116
float angle = 1; // Servo degrees (-30..30).
1117+
float set_point = 2; // Servo set point (-30..30).
11161118
}
11171119

11181120
// GuestPort current readings.

0 commit comments

Comments
 (0)