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

Introduced multithreading into system #49

Closed
wants to merge 1 commit into from

Conversation

mehulgoel873
Copy link
Collaborator

@mehulgoel873 mehulgoel873 commented Mar 7, 2024

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

The main change in this PR is creating separate threads for the controller and path planner.
The reasoning behind this is that currently every time the path planner is running, the controller is inactive causing large jumps.

This should have the benefit of increasing overall controller frequency, and also consistency in the controller.

Related Tickets & Documents

  • Related Issue #
  • Closes #

QA Instructions, Screenshots, Recordings

Tested a single buggy sim on my computer and it appears to behave as expected. Tested the double buggy sim and seems to behave as expected on my computer also.

Added/updated tests?

We encourage you to keep the code coverage percentage at 80% and above.

  • Yes
  • No, and this is why: please replace this line with details on why tests
    have not been included
  • I need help with writing tests

[optional] Are there any post deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

alt_text

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