Skip to content

Commit

Permalink
winch command: use NaN for optional value
Browse files Browse the repository at this point in the history
  • Loading branch information
potaito committed Jan 31, 2023
1 parent 7656d32 commit 610fb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protos/winch/winch.proto
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ message RelaxResponse {
message RelativeLengthControlRequest {
uint32 instance = 1;
float length_m = 2;
float rate_m_s = 3;
float rate_m_s = 3 [(mavsdk.options.default_value)="NaN"];
}
message RelativeLengthControlResponse {
WinchResult winch_result = 1;
Expand Down

0 comments on commit 610fb83

Please sign in to comment.