Skip to content

Commit

Permalink
[fix] update existing CHIRP message from pprzlink
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierhattenberger committed Jan 22, 2022
1 parent 02a9757 commit 99ead51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
21 changes: 0 additions & 21 deletions conf/modules/sys_id_chirp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,6 @@

Add the message "CHIRP" to your telemetry to see chirp progress, and to your logger to automatically filter chirps in post-processing.

Add the following message structure to the messages.xml file on a free ID

<!--
<message name="CHIRP" id="00">
<field name="active" type="uint8" unit="bool"> Chirp is active</field>
<field name="percentage_done" type="float">Percentage done</field>
<field name="current_frequency" type="float">Current frequency</field>
<field name="axis" type="uint8">Current chirp axis</field>
<field name="amplitude" type="int16">Amplitude</field>
<field name="fstart" type="float">Start frequency</field>
<field name="fstop" type="float">Stop frequency</field>
<field name="noise_onaxis_ratio" type="float">Noise ratio onaxis</field>
<field name="noise_offaxis" type="float">Noise offaxis</field>
<field name="current_value" type="int16">Current chirp value</field>
<field name="fade_in" type="uint8" unit="bool">Fade in feature active</field>
<field name="exponential" type="uint8" unit="bool">Exponential chirp active</field>
</message>
-->



</description>
<define name="CHIRP_AXES" value="{COMMAND_ROLL,COMMAND_PITCH,COMMAND_YAW,COMMAND_THRUST}" description="Which axes the chirp is applied to (specify as array with {})"/>
<!-- <define name="CHIRP_AXES" value="{COMMAND_ROLL,COMMAND_PITCH,COMMAND_YAW}" description="Which axes the chirp is applied to (specify as array with {})"/> -->
Expand Down
2 changes: 1 addition & 1 deletion sw/ext/pprzlink

0 comments on commit 99ead51

Please sign in to comment.