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

Eigen: remove using declarations and use scoped types. #123

Closed srmainwaring closed 1 year ago

srmainwaring commented 1 year ago

Tidy up use of using directives. We always scope Eigen types so remove unused / confusing using Eigen::* entries.

Details