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

[TASK] DP controller #434

Open
3 tasks
Andeshog opened this issue Sep 16, 2024 · 1 comment · May be fixed by #499
Open
3 tasks

[TASK] DP controller #434

Andeshog opened this issue Sep 16, 2024 · 1 comment · May be fixed by #499
Assignees
Labels
Auto AUV feature New feature or request High priority Must be fixed soon

Comments

@Andeshog
Copy link
Contributor

Description of task

The DP controller must be able to follow a path from guidance and do stationkeeping at a given point. The controller should control all 6 degrees of freedom. It should be discussed what type of controller will be used.

Ideas:

  • PID with feedforward
  • LQR
  • SMC (sliding mode control)
  • MPC (model predictive control)

Suggested Workflow

  • If necessary, do research on the chosen method.
  • Implement the controller and tune it using the simulator.
  • Test different scenarios in the simulator.

Specifications

  • Output message must be a Wrench Message
  • The topic name for the output message must be "thrust/wrench_input"
  • The tuning parameters should be in a config file.

Contacts

Code Quality

  • Every function in header files are documented (inputs/returns/exceptions)
  • The project has automated tests that cover MOST of the functions and branches in functions (pytest/gtest)
  • The code is documented on the wiki (provide link)
@Andeshog Andeshog added feature New feature or request Auto AUV labels Sep 16, 2024
@chrstrom
Copy link
Member

Note the potential kok from here

@Andeshog Andeshog added the High priority Must be fixed soon label Sep 19, 2024
@kluge7 kluge7 linked a pull request Nov 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto AUV feature New feature or request High priority Must be fixed soon
Projects
None yet
4 participants