-
Notifications
You must be signed in to change notification settings - Fork 0
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
FSF-6551 | Path Planning working in predictive missions #376
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Davide64-dev
approved these changes
Jan 7, 2025
lourenco31
approved these changes
Jan 12, 2025
DiogoProPrayer
added a commit
that referenced
this pull request
Jan 13, 2025
This reverts commit 463f794.
Davide64-dev
pushed a commit
that referenced
this pull request
Jan 13, 2025
Davide64-dev
added a commit
that referenced
this pull request
Jan 15, 2025
* feat: Dashboard Improvements * added test to available dashboards * Added test test to send bucket * canceled previous change and added change to get dashboard layout * same as 2nd commit * Added graph 4 * Fixed errors in code structure and added graph 5 * Fixed errors in code structure and added graph 5 * Tried to add random variables * Same and Debugging * Debugging * Revert "Fixed errors in code structure and added graph 5" This reverts commit 095fe49. * Revert "Tried to add random variables" This reverts commit d05a3f0. * FSF-4929 | launch files + fixed control (#365) added launch files for more disciplines in pacsim fixed error in control node due to acos not clamped to [-1, 1], resulting in NaN steering fixed car model not appearing in foxglove * fix(control): solved steering clamp * FSF-6551 | Path Planning working in predictive missions (#376) * Bugged Velocity Planning * Fixed velocity planning compilation errors * Bugged Velocity Planning * Fixed velocity planning compilation errors * Velocity Planning Working correctly * Added tests for Velocity Planning and fixed issues that the tests revealed * Added launchfile settings for velocity planning * Added launch files for vehicle and sims * Skidpad and acceleration working on simulation * Fixed reviewed mistakes * Final Velocity Planning, including reviews * feat: skidpad working in module * feat: Skidpad and acceleration planning with temporary hardcoded flags * fix: changed the folder of the auxiliary files * fix: conflit with testing * Revert "FSF-6551 | Path Planning working in predictive missions" (#378) Revert "FSF-6551 | Path Planning working in predictive missions (#376)" This reverts commit 463f794. * feat: changed lidar submodule * fix: submodule working --------- Co-authored-by: GoncaloRibeiro1 <up202407486@up.pt> Co-authored-by: Yves Bonneau <70809020+yvesb04@users.noreply.github.com> Co-authored-by: Diogo Pinheiro <89461605+DiogoProPrayer@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As requested, until the simulator correctly publishes the mission, there is an hardcoded condition that should be changed when we test acceleration or skidpad.
Besides that, the algorithm is working correctly in both predictive missions, and reading the skidpad path from a file, generated using a python script (also included).