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
127 stars 36 forks source link

Waves: replace CGAL with Eigen in the Wavefield class interface. #128

Closed srmainwaring closed 1 year ago

srmainwaring commented 1 year ago

Use Eigen::Vector3d instead of cgal::Point3 in the Wavefield::Height function.

Partially completes #127