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.
![]() |
triton_pid_controller package from triton repotriton_bringup triton_controls triton_example triton_gate triton_gazebo triton_interfaces triton_object_recognition triton_pid_controller triton_pipeline triton_teleop triton_vision_utils |
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | TODO: License declaration |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ubc-subbots/triton.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-07-18 |
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
TODO: Package description
Additional Links
No additional links.
Maintainers
- savitoj
Authors
No additional authors.
triton_pid_controller
Description
This is a PID Controller for controlling thruster output forces based on the error between current pose and target pose.
Usage
To launch the triton_pid_controller
node, use the following command
ros2 launch triton_pid_controller triton_pid_controller_launch.py
You can change the P-, I-, and D-values in config/pid_X.yaml
, where X
is either x
, y
, z
, or yaw
. You can also change the pid_files.yaml
file in the same directory to use other config files.
Nodes
-
triton_pid_controller
: A simple PID controller for the movement of the AUV in x, y, z, and yaw.### Subscribed Topics
-
controls/input_pose
(geometry_msgs/Pose
) : Error to target pose. For navigation. ### Published Topics -
controls/output_forces
(std_msgs/msg/Float64MultiArray.msg
) : Forces corresponding to each thruster -
controls/signals
(std_msgs/msg/Float64MultiArray.msg
): PWM signals corresponding to each thruster ### Parameters -
pid_files.yaml
:-
pid_force_X_file
(string
): The PID values forX
, which is in [x
,y
,z
,yaw
]
-
-
pid_X.yaml
:-
Kp
(float32
): The P of PID -
Ki
(float32
): The I of PID -
Kd
(float32
): The D of PID
-
-
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 | |
rclcpp_components | |
triton_interfaces | |
geometry_msgs | |
sensor_msgs | |
tf2 |
System Dependencies
Name |
---|
eigen |
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 triton_pid_controller 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.