Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented base control architecture and demonstrations #11

Merged
merged 6 commits into from
Mar 19, 2024
Merged

Conversation

evan-palmer
Copy link
Contributor

Changes Made

This PR introduces the initial core functionality for the project including packages for velocity control, TAM control, and thruster control. Two demonstrations have been added to support users as well as documentation describing the implemented system.

Associated Issues

This contributes towards the following issues:

Testing

Testing was performed using Gazebo Garden, ArduSub (via the ardusub_driver, and a simulated BlueROV2 Heavy.

evan-palmer and others added 6 commits February 20, 2024 00:23
…ler (#6)

* Started ISMC implementation

* Continued implementing ismc

* Started implementation file

* Added hydrodynamic parameters

* Added generate_parameter_library integration

* Added everything but state callback and control law

* Added system state updates

* Finished initial version of velocity controller

* Cleanup and minor bug fixes

* Added missing imports

* Added dummy package for testing

* Added call to update state values

* thruster allocation matrix controller before testing

* changes according to PR comments

* Fixed pluginlib issue. Able to load both controllers but need to address why ros2_control node dies

* WIP: Modified URDF

* Partially works. Still need to fix TAM controller

* Save point

* Started fixed

* Added configuration type

* Rewrite of tam controller and isolated bug in velocity controller

* Added author names

* Cleaned up velocity controller and fixed some bugs

* Fixed bug with URDF and cleaned up thruster controller

* Finished thrust curve controller

* Fixed linter errors

* Fixed tam bug

* fixing tam todos. more work needed.

* Added deadband into thruster controller

* renamed command interface prefix to reference controller

* Updated meta package

* Added auv_control_msg package and fixed the TODOs in TAM controller

* Removed unnecessary deps

* Cleanup a bit

* Added missing dep for hydrodynamics to package configuration

* Updated to use effort interfaces

* Removed unused package

* Initial cleanup for pr

* Fixed precommit errors and attempting to fix ci workflow

* i hate devops so much

* take two

* Trying ros industrial again

* Trying again

* WHY

* tired

* Attempting to setup the upstream workspace

* fixed clang-tidy file and linter errors

* you win clang tidy

* Forgot to remove colcon build from devcontainer stage

* Resolved pr comments

---------

Co-authored-by: unknown <[email protected]>
Co-authored-by: EverardoG <[email protected]>
Co-authored-by: Rakesh Vivekanandan <[email protected]>
* Create README.md

Added a readme for the tam controller

* Update README.md

* additional edits to tam README.md

* fixed formatting README.md

* revert code block formatting and update summary in tam README.md

* Created README.md for velocity controller.

* Fixed velocity controller README.md formatting

* Created README.md for thrust controllers.

* Update README.md

* Update README.md

* Update README.md

* Updated main README

* Cleaned up readmes

* Fixed notice

* More formatting changes

* Fixed capitalization of chainable

* Fixed formatting in velocity control readme

* Added missing abbreviation declaration

* Implemented examples and associated documentation (#9)

* add auv_control_demos

* added example for individual controller

* updated package.xml

* minor fix to launch file

* Suggested PR changes

* Made some minor grammar fixes and added copyright to launch files

* Fixed lint errors in auv_control_demos top-level readme

* Made some formatting improvements to the chained controller demo

* Made some final small changes

---------

Co-authored-by: EverardoG <[email protected]>
Co-authored-by: Evan Palmer <[email protected]>

---------

Co-authored-by: coamitch <[email protected]>
Co-authored-by: Rakesh Vivekanandan <[email protected]>
Co-authored-by: Rakesh Vivekanandan <[email protected]>
Co-authored-by: EverardoG <[email protected]>
@evan-palmer evan-palmer merged commit c811671 into main Mar 19, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant