diff --git a/examples/worlds/dvl_world.sdf b/examples/worlds/dvl_world.sdf new file mode 100644 index 0000000000..0b599a3cb4 --- /dev/null +++ b/examples/worlds/dvl_world.sdf @@ -0,0 +1,291 @@ + + + + + + + 0.0 1.0 1.0 + + 0.0 0.7 0.8 + + false + + + + 0.001 + 1.0 + + + + + + + + + 1000 + + + + + + + + + + true + 0 0 10 0 0 0 + 1 1 1 1 + 0.5 0.5 0.5 1 + + 1000 + 0.9 + 0.01 + 0.001 + + -0.5 0.1 -0.9 + + + + + true + + + + + 0 0 1 + + 300000 300000 + + + 1.0 + + + + + + true + 0 0 -100 0 0 0 + + + + + 0 0 1 + + 300000 300000 + + + + + + 0.5 0.5 0.5 + 0.5 0.5 0.5 + + + + 0 0 1 + + 300000 300000 + + + + + + + + 0 0 -80 0 0 1.57 + https://fuel.gazebosim.org/1.0/accurrent/models/MBARI Tethys LRAUV + + + + -0.60 0 -0.16 0 0 180 + 1 + 1 + /dvl/velocity + + phased_array + + + 2 + 45 + 30 + + + 2 + 135 + 30 + + + 2 + -45 + 30 + + + 2 + -135 + 30 + + + + + best + + + 0.002 + + false + + + + 0.01 + 100. + 0.1 + + 0 0 0 0 0 -1.570796 + + + + + + + + + + + horizontal_fins_joint + 0.1 + + + + vertical_fins_joint + 0.1 + + + + tethys + 0 + propeller_joint + 0.004422 + 1000 + 0.2 + + + + + + + 1000 + 4.13 + -1.1 + 0.2 + 0.03 + 0.17 + 0 + 0.0244 + 0 1 0 + 1 0 0 + vertical_fins + 0 0 0 + + + + + 1000 + 4.13 + -1.1 + 0.2 + 0.03 + 0.17 + 0 + 0.0244 + 0 0 1 + 1 0 0 + horizontal_fins + 0 0 0 + + + + + base_link + -4.876161 + -126.324739 + -126.324739 + 0 + -33.46 + -33.46 + -6.2282 + 0 + -601.27 + 0 + -601.27 + 0 + -0.1916 + 0 + -632.698957 + 0 + -632.698957 + 0 + + + + diff --git a/test/worlds/README.md b/test/worlds/README.md new file mode 100644 index 0000000000..faaa619e1d --- /dev/null +++ b/test/worlds/README.md @@ -0,0 +1,9 @@ +# Integration Testing Files + +## Purpose + +This folder contains world files specifically designed for purpose of integration testing of system plugins. **They are strictly for testing and not meant to be run as examples.** + +## Running system plugin examples + +The world files are present in the `examples/worlds` directory of this repository.