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

PID tuning on MCU using topics #54

Open
fjp opened this issue Jan 22, 2022 · 0 comments
Open

PID tuning on MCU using topics #54

fjp opened this issue Jan 22, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers
Projects

Comments

@fjp
Copy link
Member

fjp commented Jan 22, 2022

See #13 and #35

One more thing about configurability. I am planning to use dynamic reconfigure for the PID parameters and everytime a change happens a message could be published to the low-level base controller to update its PID values. This way we could keep the performance up, because the PID runs on the microcontroller and also have configurability in the high-level code. This could be a workaround of rosserial not supporting dynamic reconfigure. But I need to check if this can actually work.

@fjp fjp added enhancement New feature or request good first issue Good for newcomers labels Jan 22, 2022
@fjp fjp self-assigned this Jan 22, 2022
@fjp fjp added this to To Do in Noetic via automation Jan 22, 2022
fjp added a commit that referenced this issue Jan 22, 2022
For MCU firmware
- Add subscribers for left and right motor pid controllers using
diffbot_msgs::PIDStamped custom message
- Update debug logging message (different formatting)
- Update PID controller interface (provide proportional_, integral_ and
derivative_ values)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Noetic
  
To Do
Development

No branches or pull requests

1 participant