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.
2 parents d316393 + 2e1f7e0 commit b902776Copy full SHA for b902776
protobuf_definitions/req_rep.proto
@@ -149,6 +149,11 @@ message SetInstructionUpdateReq {
149
message SetInstructionUpdateRep {
150
}
151
152
+// Set the heading mode used in dead reckoning.
153
+message SetHeadingModeReq {
154
+ HeadingMode heading_mode = 1; // The heading mode to set.
155
+}
156
+
157
// Request to update the publish frequency
158
message SetPubFrequencyReq {
159
string message_type = 1; // Message name, f. ex. "AttitudeTel"
0 commit comments