No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.0.0
License MIT
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/vortexntnu/vortex-auv.git
VCS Type git
VCS Version main
Last Updated 2025-04-04
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Thruster interface to control thrusters through PCA9685 Module via i2c, mapping force values to pwm values

Additional Links

No additional links.

Maintainers

  • vortex

Authors

No additional authors.

Thruster Interface AUV

This package provides an interface for controlling the thrusters of orca converting forces values to pwm values. The mapping is based on a piecewise third order polynomial approximating the datasheet .csv table found in /resources. Values send via i2c protocol.

NOTE: Possibility to extend the handling based on the current operating voltage exists, not implemented as for now.

Usage

source install/setup.bash
ros2 launch thruster_interface_auv thruster_interface_auv.launch.py

Structure

Nodes

  1. thruster_interface_auv_node.cpp contains the main loop of the node

  2. thruster_interface_auv_ros.cpp contains the implementation of the node dependent on ros2 creating a subscriber for thruster forces, a publisher for pwm values, and a driver for handling the mapping. Initialize everything extracting all the parameters from .yaml file found in ../auv_setup/config/robots/orca.yaml and /config/thruster_interface_auv_config.yaml.

  3. thruster_interface_auv_driver.cpp contains the pure .cpp implementation for the mapping, conversion for i2c data format, and sending those values.

Topics

  • subscribe to: /orca/thruster_forces [vortex_msgs/msg/ThrusterForce] – array of forces to apply to each thruster.

  • publish: /orca/pwm [std_msgs/msg/Int16MultiArray] – pwm command value to apply that force.

Config

  1. Edit ../auv_setup/config/robots/orca.yaml for thruster parameters like mapping, direction, pwm_min and max.
  2. Edit /config/thruster_interface_auv_config.yaml for i2c bus and address, and polynomial coefficients for the mapping.

Contact

For questions or support, please contact albertomorselli00@gmail.com.

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged thruster_interface_auv at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.