Fixed spelling of "magnetic_north" in docstring

This commit is contained in:
Xander Hirsch
2021-03-07 23:27:08 -08:00
parent b8f8f4dbc0
commit dd1fd596f8

View File

@@ -154,7 +154,7 @@ def velocity(msg, source=False):
- Angle (degree), either ground track or heading - Angle (degree), either ground track or heading
- Vertical rate (ft/min) - Vertical rate (ft/min)
- Speed type ('GS' for ground speed, 'AS' for airspeed) - Speed type ('GS' for ground speed, 'AS' for airspeed)
- [Optional] Direction source ('TRUE_NORTH' or 'MAGENTIC_NORTH') - [Optional] Direction source ('TRUE_NORTH' or 'MAGNETIC_NORTH')
- [Optional] Vertical rate source ('BARO' or 'GNSS') - [Optional] Vertical rate source ('BARO' or 'GNSS')
For surface messages, vertical rate and its respective sources are set to None. For surface messages, vertical rate and its respective sources are set to None.