Field-Robotics-Lab / nps_uw_multibeam_sonar

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

Ray based multibeam sonar (with local search comparisons) #31

Closed woensug-choi closed 2 years ago

woensug-choi commented 2 years ago

This is built on top of https://github.com/Field-Robotics-Lab/nps_uw_multibeam_sonar/pull/19

Ray-based multibeam sonar

GPU Ray (Velodyne lidar) vs Raster (Depth camera)

image

Local search senario comparisons

GPU Ray (Velodyne lidar) vs Raster (Depth camera)

woensug-choi commented 2 years ago

@lauralindzey This is ready for you to try! 👍

woensug-choi commented 2 years ago

Note, Not up to date with https://github.com/Field-Robotics-Lab/dave/pull/185 since the variational reflectivity doesn't work for the ray-based one anyway. Distorting difference by geometric differences would work anyway :)

woensug-choi commented 2 years ago

@mabelzhang You only need ros-noetic-pcl-ros to get all the PCL libraries needed :) Could you give it a try?

woensug-choi commented 2 years ago

@mabelzhang Could you try https://github.com/Field-Robotics-Lab/nps_uw_multibeam_sonar/pull/38 instead? it includes all other PRs (#37 and #31) alive. I've added ros-noetic-pcl-ros and ros-noetic-image-view in the cuda-dev branch of dockwater.

mabelzhang commented 2 years ago

38 has been merged