Skip to content

Commit 43e7a52

Browse files
authored
Merge pull request #235 from BluEye-Robotics/jp-pino/servo-set-point
Add set point feedback to the servo messages
2 parents 09fee2b + b126352 commit 43e7a52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

protobuf_definitions/telemetry.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,13 @@ message ConnectedClientsTel {
236236
// State of a generic servo.
237237
message GenericServoTel {
238238
GenericServo servo = 1; // Servo state.
239+
float set_point = 2; // Servo set point (0..1).
239240
}
240241

241242
// State of the servo installed in the multibeam.
242243
message MultibeamServoTel {
243244
MultibeamServo servo = 1; // Multibeam servo state.
245+
float set_point = 2; // Servo set point (-30..30).
244246
}
245247

246248
// GuestPort current readings.

0 commit comments

Comments
 (0)