We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2716831 commit b126352Copy full SHA for b126352
protobuf_definitions/telemetry.proto
@@ -242,7 +242,7 @@ message GenericServoTel {
242
// State of the servo installed in the multibeam.
243
message MultibeamServoTel {
244
MultibeamServo servo = 1; // Multibeam servo state.
245
- MultibeamServo set_point = 1; // Multibeam servo state.
+ float set_point = 2; // Servo set point (-30..30).
246
}
247
248
// GuestPort current readings.
0 commit comments