Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions protobuf_definitions/req_rep.proto
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ message SetInstructionUpdateReq {
message SetInstructionUpdateRep {
}

// Set the heading mode used in dead reckoning.
message SetHeadingModeReq {
HeadingMode heading_mode = 1; // The heading mode to set.
}

// Request to update the publish frequency
message SetPubFrequencyReq {
string message_type = 1; // Message name, f. ex. "AttitudeTel"
Expand Down