Robotic-Decision-Making-Lab / auv_controllers

A collection of control algorithms for autonomous underwater vehicles implemented using ros2_control.
MIT License
11 stars 2 forks source link

[FEATURE]: Implement a DVL sensor broadcaster #21

Closed evan-palmer closed 2 weeks ago

evan-palmer commented 5 months ago

Feature Type

Adding new functionality to the project

Problem Description

One common sensor for underwater vehicles is a DVL. It would be helpful to add a controller for DVL sensor broadcasting.

Feature Description

Implement a new sensor broadcaster controller that publishes DVL messages. This would be similar to the imu_sensor_braodcaster and force_torque_sensor_broadcaster

Alternative Solutions

N/A

Additional Context

No response