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
110 stars 29 forks source link

Waves: add dimension accessors to TriangulatedGrid #119

Closed srmainwaring closed 1 year ago

srmainwaring commented 1 year ago

Add accessors for the tile size and cell count to TriangulatedGrid.

Use std::array instead of std::tuple to return dimensions (modifying #116). This is more appropriate for homogeneous data.