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

Update deprecated CGAL type #59

Closed srmainwaring closed 1 year ago

srmainwaring commented 1 year ago

This PR updates the deprecated type CGAL::No_intersection_tag.

Eliminate this and similar warnings:

Starting >>> gz-waves1
[Processing: gz-waves1]                             
--- stderr: gz-waves1                                
/Volumes/MacPro2_DV1/Code/robotics/gz_waves_ws/src/asv_wave_sim/gz-waves/src/TriangulatedGrid.cc:78:19: warning: 'No_intersection_tag' is deprecated [-Wdeprecated-declarations]
    typedef CGAL::No_intersection_tag                                   Itag;