Open
Description
Issue details
The documentation for MAVROS HILGPS references the MAVLINK documentation for HILGPS but does not conform to the same SI units as MAVLINK. I understand that ROS implements REP103 and REP105 for unit standards but this is extremely confusing when the referenced documentation states otherwise and can (and has...) result in an aircraft crashing when using HILGPS in a GPS assisted mode. An example of these unit differences are
Parameter / MAVLINK Defined SI Unit / MAVROS Required SI Unit
- Latitude / Degrees E-7 / Degrees
- Longitude / Degrees E-7 / Degrees
- Altitude / mm / m
MAVROS version and platform
Mavros: 1.8.0
ROS: Melodic
Ubuntu: 18.04.6
Autopilot type and version
[ ] ArduPilot
[ * ] PX4
Version: 1.11.0
Proposed feature
Add comment in mavros_msgs/HilGPS documentation to state the units to be used for these parameters.