@@ -321,16 +321,15 @@ python3 -m pymavlink.tools.mavgen --lang=C --wire-protocol=1.0 --output=generate
321321 <field type="uint32_t" name="reset_count"/>
322322 <field type="uint32_t" name="doRearm"/>
323323 </message>
324- <!--
325- <message id="197" name="ROSFLIGHT2_GNSS">
326- <description>Rosflight2 GNSS message</description>
324+ <message id="197" name="ROSFLIGHT_GNSS">
325+ <description>Rosflight GNSS message</description>
327326 <field type="int64_t" name="seconds">Unix time, in seconds</field>
328327 <field type="int32_t" name="nanos">Fractional Unix time</field>
329328 <field type="uint8_t" name="fix_type" enum="GNSS_FIX_TYPE">GNSS fix type</field>
330329 <field type="uint8_t" name="num_sat">Number of satellites seen</field>
331330 <field type="double" name="lat">In deg DDS format</field>
332331 <field type="double" name="lon">In deg DDs format</field>
333- <field type="float" name="height">meters</field>
332+ <field type="float" name="height">meters, MSL </field>
334333 <field type="float" name="vel_n">meters per second</field>
335334 <field type="float" name="vel_e">meters per second</field>
336335 <field type="float" name="vel_d">meters per second</field>
@@ -339,65 +338,6 @@ python3 -m pymavlink.tools.mavgen --lang=C --wire-protocol=1.0 --output=generate
339338 <field type="float" name="s_acc">meters</field>
340339 <field type="uint64_t" name="rosflight_timestamp">microseconds, estimated firmware timestamp for the time of validity of the gnss data</field>
341340 </message>
342- -->
343- <message id="197" name="ROSFLIGHT_GNSS">
344- <description>Rosflight ECEF GPS Message</description>
345- <!-- time_of_week is only for determining which packets where calculated at the same time.
346- Use the time and nanos field to get GPS time. -->
347- <field type="uint32_t" name="time_of_week"/>
348- <field type="uint8_t" name="fix_type" enum="GNSS_FIX_TYPE"/>
349- <field type="uint64_t" name="time"/> <!--unix time, in seconds -->
350- <field type="uint64_t" name="nanos"/>
351- <field type="int32_t" name="lat"/> <!-- deg*10^-7 -->
352- <field type="int32_t" name="lon"/> <!-- deg*10^-7 -->
353- <field type="int32_t" name="height"/> <!-- mm -->
354- <field type="int32_t" name="vel_n"/> <!-- mm/s -->
355- <field type="int32_t" name="vel_e"/> <!-- mm/s -->
356- <field type="int32_t" name="vel_d"/> <!-- mm/s -->
357- <field type="uint32_t" name="h_acc"/> <!-- mm -->
358- <field type="uint32_t" name="v_acc"/> <!-- mm -->
359- <field type="int32_t" name="ecef_x"/> <!-- cm -->
360- <field type="int32_t" name="ecef_y"/> <!-- cm -->
361- <field type="int32_t" name="ecef_z"/> <!-- cm -->
362- <field type="uint32_t" name="p_acc"/> <!-- cm -->
363- <field type="int32_t" name="ecef_v_x"/> <!-- cm/s -->
364- <field type="int32_t" name="ecef_v_y"/> <!-- cm/s -->
365- <field type="int32_t" name="ecef_v_z"/> <!-- cm/s -->
366- <field type="uint32_t" name="s_acc"/> <!-- cm/s -->
367- <field type="uint64_t" name="rosflight_timestamp"/> <!-- microseconds -->
368- </message>
369- <message id="198" name="ROSFLIGHT_GNSS_FULL">
370- <description>Rosflight Full GPS Message</description>
371- <!-- time_of_week is only for determining which packets where calculated at the same time.
372- Use the various time and date fields to get GPS time. -->
373- <field type="uint32_t" name="time_of_week"/>
374- <field type="uint16_t" name="year"/>
375- <field type="uint8_t" name="month"/>
376- <field type="uint8_t" name="day"/>
377- <field type="uint8_t" name="hour"/>
378- <field type="uint8_t" name="min"/>
379- <field type="uint8_t" name="sec"/>
380- <field type="uint8_t" name="valid"/>
381- <field type="uint32_t" name="t_acc"/> <!-- ns -->
382- <field type="int32_t" name="nano"/> <!-- ns -->
383- <field type="uint8_t" name="fix_type" enum="GNSS_FIX_TYPE"/>
384- <field type="uint8_t" name="num_sat"/>
385- <field type="int32_t" name="lon"/> <!-- deg *10^-7 -->
386- <field type="int32_t" name="lat"/> <!-- deg *10^-7 -->
387- <field type="int32_t" name="height"/> <!-- mm above elipsoid -->
388- <field type="int32_t" name="height_msl"/> <!-- mm above mean sea level -->
389- <field type="uint32_t" name="h_acc"/> <!-- mm -->
390- <field type="uint32_t" name="v_acc"/> <!-- mm -->
391- <field type="int32_t" name="vel_n"/> <!-- mm/s -->
392- <field type="int32_t" name="vel_e"/> <!-- mm/s -->
393- <field type="int32_t" name="vel_d"/> <!-- mm/s -->
394- <field type="int32_t" name="g_speed"/> <!-- mm/s -->
395- <field type="int32_t" name="head_mot"/> <!--deg *10^-5 -->
396- <field type="uint32_t" name="s_acc"/> <!--mm/s-->
397- <field type="uint32_t" name="head_acc"/> <!-- deg * 10^-5 -->
398- <field type="uint16_t" name="p_dop"/> <!-- *.01 -->
399- <field type="uint64_t" name="rosflight_timestamp"/> <!-- microseconds -->
400- </message>
401341 <message id="199" name="ROSFLIGHT_BATTERY_STATUS">
402342 <description>Battery data</description>
403343 <field type="float" name="battery_voltage"/> <!-- V -->
0 commit comments