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

Remove OpenCL dependency #44

Closed srmainwaring closed 2 years ago

srmainwaring commented 2 years ago

This PR removes the dependency on OpenCL which is not currently used in the plugins. There is also an update to the search path for the rendering libs in the plugin CMakeLists.txt as part of the name migration. Finally there is a template specialisation of OceanTilePrivate::UpdateMesh for cgal::Point which is needed when compiling for arm64.

Notes