Releases: itskalvik/sonoptix_sonar
Releases · itskalvik/sonoptix_sonar
Release v0.0.2
Release v0.0.1
First Release!!
This package contains two main nodes:
-
echo.py
: A driver node that interfaces directly with the Sonoptix sonar hardware. It captures raw sonar data and publishes it as a ROS 2 sensor_msgs/Image message. -
echo_imager.py
: A processing node that subscribes to the raw sonar data, converts it into a polar (fan-shaped) image, and can either publish this image on a new topic or save it to a video file. This node can also process data from a ROS 2 bag file.