Skip to content

Releases: itskalvik/sonoptix_sonar

Release v0.0.2

27 Jul 16:19
Compare
Choose a tag to compare

Key Updates

  • Fix dependencies in package.xml
  • Update README

Release v0.0.1

24 Jul 15:15
Compare
Choose a tag to compare

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.