You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
319 B
Plaintext
18 lines
319 B
Plaintext
# HilControls.msg
|
|
#
|
|
# ROS representation of MAVLink HIL_GPS
|
|
# See mavlink message documentation here:
|
|
# https://mavlink.io/en/messages/common.html#HIL_GPS
|
|
|
|
std_msgs/Header header
|
|
uint8 fix_type
|
|
geographic_msgs/GeoPoint geo
|
|
uint16 eph
|
|
uint16 epv
|
|
uint16 vel
|
|
int16 vn
|
|
int16 ve
|
|
int16 vd
|
|
uint16 cog
|
|
uint8 satellites_visible
|