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
Use
Eigen::Vector3d
instead ofcgal::Point3
in theWavefield::Height
function.Partially completes #127