srmainwaring / asv_wave_sim

This package contains plugins that support the simulation of waves and surface vessels in Gazebo.
GNU General Public License v3.0
114 stars 31 forks source link

Add steepness field to GUI plugin #33

Closed srmainwaring closed 2 years ago

srmainwaring commented 2 years ago

This PR adds an extra field to control the steepness to the GUI plugin.

The parameter is published by the GUI plugin, and extracted by the WaveVisual and Wavefield, however the interface to update the steepness in the OceanTile is not included in this PR (so it is preparatory work for the full change).

Other changes