romulogcerqueira / sonar_simulation-buildconf

Build system of Imaging Sonar Simulator
Apache License 2.0
33 stars 15 forks source link

sonar.setRegularBeamBearings not found #24

Closed roaddy closed 4 years ago

roaddy commented 4 years ago

Hi,Nice work!May I ask where to find the function sonar.setRegularBeamBearings in the source code? I can't find it in any of repos, especially simulation-gpu_sonar_simulation.

Thank you.

romulogcerqueira commented 4 years ago

Hi @roaddy, sonar.setRegularBeamBearing() is part of Rock's sonar datatype

(base::samples::Sonar -> https://github.com/rock-core/base-types/blob/master/src/samples/Sonar.hpp#L199)

roaddy commented 4 years ago

Hi @roaddy, sonar.setRegularBeamBearing() is part of Rock's sonar datatype

(base::samples::Sonar -> https://github.com/rock-core/base-types/blob/master/src/samples/Sonar.hpp#L199)

Thanks A Lot!