Field-Robotics-Lab / nps_uw_multibeam_sonar

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

Adapt to new acoustic_msg format #43

Closed woensug-choi closed 2 years ago

woensug-choi commented 2 years ago

A new format of acoustics_msgs (https://github.com/apl-ocean-engineering/hydrographic_msgs/tree/main/acoustic_msgs) has been released.

Following modifications are made:

Tested environment:

Tested commands:

# Raster version
roslaunch nps_uw_multibeam_sonar sonar_tank_blueview_p900_nps_multibeam.launch
# GPU Ray version
roslaunch nps_uw_multibeam_sonar sonar_tank_blueview_p900_nps_multibeam_ray.launch

# ROS topic readings
rostopic echo /blueview_p900/sonar_image_raw

Should work in both dockwater (docker environment) and host machine installation.

Dave.doc PR: https://github.com/Field-Robotics-Lab/dave.doc/pull/1

woensug-choi commented 2 years ago

There is a new rviz_image_view rviz plugin for the ProjectedSonarImage message. https://github.com/rolker/rviz_sonar_image

Dave.doc description will include how to use the plugin. Screenshot 2022-07-06 181246

woensug-choi commented 2 years ago

Merging this as it was tested by @rolker