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.
![]() |
thruster_controllers package from auv_controllers repoauv_control_demos auv_control_msgs auv_controllers thruster_allocation_matrix_controller thruster_controllers velocity_controllers |
Package Summary
Tags | No category tags. |
Version | 0.0.1 |
License | MIT |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/robotic-decision-making-lab/auv_controllers.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2024-09-25 |
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
A collection of thruster controllers for AUV control
Additional Links
Maintainers
- ros
Authors
- Evan Palmer
Thruster Controllers
This package provides a collection of chainable thruster controllers, which compute a hardware-level command (e.g., a PWM) that tracks a thruster reference signal.
Polynomial Thrust Curve Controller
A Chainable controller that calculates the PWM command required to track a thrust reference using an N-degree polynomial thrust curve.
Plugin Library
thruster_controllers/polynomial_thrust_curve_controller
References
The input to this controller is thrust [double].
Commands
The output of this controller is the PWM value required by the thruster to perform the action [double].
Subscribers
polynomial_thrust_curve_controller/reference [std_msgs::msg::Float64]
Publishers
polynomial_thrust_curve_controller/status [control_msgs::msg::SingleDOFStateStamped]
Parameters
- thruster: The name of the thruster. [string]
- thrust_curve_coefficients: The thrust-to-PWM curve polynomial coefficients. These should be provided in the order of the lowest degree to the highest degree. [double array]
- min_thrust: The minimum thrust that can be produced by the thruster. [double]
- max_thrust: The maximum thrust that can be produced by the thruster. [double]
- min_deadband_pwm: The minimum PWM value in the deadband range for the thruster. [int]
- max_deadband_pwm: The maximum PWM value in the deadband range for the thruster. [int]
- neutral_pwm: A safe PWM value that is known to apply zero thrust. [int]
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
Deps | Name |
---|---|
ament_cmake | |
ament_lint_auto | |
ament_lint_common | |
rclcpp | |
ros2_control | |
ros2_controllers | |
pluginlib | |
controller_interface | |
hardware_interface | |
rclcpp_lifecycle | |
generate_parameter_library | |
control_msgs |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
auv_controllers |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged thruster_controllers 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.