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

Controller Bug Fixes #212

Merged
merged 2 commits into from
May 1, 2024
Merged

Controller Bug Fixes #212

merged 2 commits into from
May 1, 2024

Conversation

a-krawciw
Copy link
Contributor

Bug Fixes:
Hopefully, solve the CBIT crash on spline interpolation when the repeat path is less than five vertices long. (Close #201)
Use min speed parameter in the speed scheduler. Was using hard-coded 0.5 m.s

Warnings Reductions:
Change many int to size_t in for loops.
Remove some unused parameters
Start migrating namespaces to match conventions.

Remove many warnings.
@a-krawciw
Copy link
Contributor Author

Needs testing before merge.

@a-krawciw
Copy link
Contributor Author

Tested to work in offline runs path between 5 and 500 vertices long. No seg faults any more.

@a-krawciw
Copy link
Contributor Author

Tested with extremely short path and long path on Warthog.

@a-krawciw a-krawciw requested a review from SvenLilge May 1, 2024 12:56
@a-krawciw a-krawciw merged commit dfeb6e3 into main May 1, 2024
1 check passed
@a-krawciw a-krawciw deleted the bug-fix-short-path branch May 1, 2024 13:37
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.

Planner Crashes if Repeat is less than 5 vertices long
2 participants