forked from mavlink/mavros
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8656a66
commit 2e462fe
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# MAVLink message: DO_MOUNT_CONTROL | ||
# https://mavlink.io/en/messages/common.html#DO_MOUNT_CONTROL | ||
|
||
std_msgs/Header header | ||
|
||
uint8 mode # See enum MAV_MOUNT_MODE. | ||
uint8 MAV_MOUNT_MODE_RETRACT = 0 | ||
uint8 MAV_MOUNT_MODE_NEUTRAL = 1 | ||
uint8 MAV_MOUNT_MODE_MAVLINK_TARGETING = 2 | ||
uint8 MAV_MOUNT_MODE_RC_TARGETING = 3 | ||
uint8 MAV_MOUNT_MODE_GPS_POINT = 4 | ||
|
||
float32[3] rollpitchyaw # degrees or degrees/second depending on pitch input. | ||
float32 altitude # altitude depending on mount mode. | ||
float32 lattitude # latitude in degrees * 1E7, set if appropriate mount mode. | ||
float32 longitude # longitude in degrees * 1E7, set if appropriate mount mode. |