Skip to content

Commit

Permalink
Add water-mass tracking support for DVL
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <[email protected]>
  • Loading branch information
hidmic committed Sep 2, 2022
1 parent 7b433fb commit 7bc8f87
Show file tree
Hide file tree
Showing 11 changed files with 22,921 additions and 650 deletions.
39 changes: 31 additions & 8 deletions lrauv_description/models/tethys_equipped/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<update_rate>1</update_rate>
<topic>/tethys/dvl/velocity</topic>
<ignition:dvl>
<type>phased_array</type>
<arrangement degrees="true">
<beam id="1">
<aperture>2.1</aperture>
Expand All @@ -115,17 +116,39 @@
<rotation>-135</rotation>
<tilt>30</tilt>
</beam>
<resolution>0.01</resolution>
<visualize>false</visualize>
</arrangement>
<visualize>false</visualize>
<type>phased_array</type>
<noise type="gaussian">
<!-- +/- 0.5 cm/s precision within 2 stddevs -->
<stddev>0.0025</stddev>
</noise>
<tracking>
<bottom_mode>
<when>best</when>
<noise type="gaussian">
<!-- +/- 0.4 cm/s precision at 10 m/s within 2 stddevs -->
<stddev>0.002</stddev>
</noise>
<visualize>false</visualize>
</bottom_mode>
<water_mass_mode>
<when>best</when>
<water_velocity>
<x>eastward_sea_water_velocity_meter_per_sec</x>
<y>northward_sea_water_velocity_meter_per_sec</y>
</water_velocity>
<boundaries>
<near>20.</near>
<far>60.</far>
</boundaries>
<bins>10</bins>
<noise type="gaussian">
<!-- +/- 0.7 cm/s precision at 10 m/s within 2 stddevs -->
<stddev>0.0035</stddev>
</noise>
<visualize>false</visualize>
</water_mass_mode>
</tracking>
<!-- Roughly 1 m resolution at a 100m -->
<resolution>0.01</resolution>
<!-- Approximate maximum range @ ~14.4v -->
<maximum_range>80.</maximum_range>
<minimum_range>0.1</minimum_range>
<!-- ENU to SFM -->
<reference_frame>0 0 0 0 0 -1.570796</reference_frame>
</ignition:dvl>
Expand Down
20,737 changes: 20,737 additions & 0 deletions lrauv_ignition_plugins/data/2003080103_mb_l3_las_1x1km.modded.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 7bc8f87

Please sign in to comment.