Field-Robotics-Lab / nps_uw_multibeam_sonar

Multibeam sonar plugin with NVIDIA Cuda library
Apache License 2.0
35 stars 20 forks source link

Beam spacing methods doesn't match with oculus #13

Open woensug-choi opened 3 years ago

woensug-choi commented 3 years ago

Sonar specification sheet has parameters to define beam angles,

It's more strange that the beam spacings of oculus are not increasing linearly.

woensug-choi commented 2 years ago

With, https://github.com/Field-Robotics-Lab/nps_uw_multibeam_sonar/pull/19 it will be equally spaced. To make the beam angle spacing user-definable, importing and modifying https://github.com/lmark1/velodyne_simulator will do.

image