Intro

The forward-looking Sonoptix Imaging Sonar driver node that connects via RTSP and API.

The pontus_sensors/pontus_sensors/sonoptix_driver.py node

  • captures and preprocesses grayscale sonar returns
  • Republishes sonar returns as Image messages
  • These messages are converted by a pontus_perception node to a point cloud.

Subscribed Topics

NameTypeMessagePurpose
N/A------Reads directly from RTSP stream

Published Topics

TopicMessage TypePurpose
/pontus/sonar_0/image_debugsensor_msgs/ImagePreprocessed sonar image (grayscale)

pontus_sensors/pontus_sensors/sonoptix_driver.py

sonar_driver.cpp

  • A joint package that
    • Reads data from the Sonoptix
    • Applies filters and clustering on the point cloud

Related