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

[Feature]: Inspiration / Use of external autopilotes #367

Open
Johannes1098 opened this issue Oct 28, 2024 · 1 comment
Open

[Feature]: Inspiration / Use of external autopilotes #367

Johannes1098 opened this issue Oct 28, 2024 · 1 comment
Assignees
Labels

Comments

@Johannes1098
Copy link
Collaborator

Description

Is there an autopilot in CARLA or elsewhere that can be used to improve our own control logic.

Definition of Done

  • documentation about different autopilotes
  • including pros and cons of different autopilote systems
@vinzenzm
Copy link
Collaborator

vinzenzm commented Nov 3, 2024

You can find documentation on the carla traffic management system under the following link: https://carla.readthedocs.io/en/latest/adv_traffic_manager/
In short there is a global planner, which can get accurate positions for each vehicle as well as optimize routes which might collide with each other. It's certainly a space for inspiration also for all other systems.

For acting specifically the following link provides the PID controller for actuating steering throttle and brake control.
https://carla.org/Doxygen/html/dc/d75/PIDController_8h_source.html
Also the included constants- file is quite interesting:
https://carla.org/Doxygen/html/d1/d45/Constants_8h.html
There are PID-Values for the controller.
Maybe check this out before seaching for our own.

Maybe also related to the control scheme:
https://github.com/MoemenGaafar/CARLA-PID-Controller

@THDThieleT THDThieleT moved this to 📋 Backlog in PAF Project Backlog Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📋 Backlog
Development

No branches or pull requests

3 participants