Skip to content

Commit cc970d4

Browse files
authored
Merge pull request #191 from BluEye-Robotics/av/set-heading-mode
Add SetHeadingModeRep
2 parents b902776 + f6f28f3 commit cc970d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

protobuf_definitions/req_rep.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ message SetHeadingModeReq {
154154
HeadingMode heading_mode = 1; // The heading mode to set.
155155
}
156156

157+
// Response after setting the heading mode.
158+
message SetHeadingModeRep {
159+
}
160+
157161
// Request to update the publish frequency
158162
message SetPubFrequencyReq {
159163
string message_type = 1; // Message name, f. ex. "AttitudeTel"

0 commit comments

Comments
 (0)