Skip to content

Commit

Permalink
Merge pull request #130 from paparazzi/nav_fish_message
Browse files Browse the repository at this point in the history
add new NAV_FISH message
  • Loading branch information
noether authored Oct 7, 2020
2 parents 161bb27 + de63f9c commit f8e9822
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion message_definitions/v1.0/messages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,21 @@
</message>

<!-- 76 is free -->
<!-- 77 is free -->

<message name="SWARM_FISH" id="77">
<description>
State of the swarm fish navigation
</description>
<field name="heading" type ="float" unit="rad">Current Heading</field>
<field name="step_size" type ="float" unit="m">Current step size</field>
<field name="rw" type="float" unit="m">Distance to wall</field>
<field name="fw" type="float">Wall interaction coef</field>
<field name="theta_w" type ="float" unit="rad">Angle to wall</field>
<field name="f_fluct" type="float">Fluctation effect</field>
<field name="f_wall" type="float">Wall effect</field>
<field name="f_ali" type="float">Alignement effect</field>
<field name="f_att" type="float">Attraction effect</field>
</message>

<!--message for Invariant filter with position-->
<message name="INV_FILTER" id="78">
Expand Down

0 comments on commit f8e9822

Please sign in to comment.