Skip to content

Commit c6303b6

Browse files
committed
Add SetHeadingMode
Sets the heading mode to use in dead reckoning. This is added so the app can set the desired mode on connect. This can also be used later with the GyroOnly data in the heading bar.
1 parent d316393 commit c6303b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

protobuf_definitions/req_rep.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@ message SetInstructionUpdateReq {
149149
message SetInstructionUpdateRep {
150150
}
151151

152+
// Set heading mode used in dead reckoning.
153+
message SetHeadingModeReq {
154+
HeadingMode heading_mode = 1; // The heading mode to set.
155+
}
156+
152157
// Request to update the publish frequency
153158
message SetPubFrequencyReq {
154159
string message_type = 1; // Message name, f. ex. "AttitudeTel"

0 commit comments

Comments
 (0)