-
Notifications
You must be signed in to change notification settings - Fork 29
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
Wayfinding optimization #1101
Wayfinding optimization #1101
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, great job! I tested it and it works great. Please just remember to remove your comments, and run your code through pre-commit
to ensure it has a consistent style: https://uf-mil.github.io/docs/software/devtools.html#pre-commit
Once this is merged in, we can close Task 2 for VRX. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Hola, your friendly InvestiGator bot here with another message! Because this PR was closed/merged, I'm going to remove the docs preview for now. Have a great day! Go gators! 🐊 |
Description
I optimized the wayfinding task accuracy by 50%. I did not change the logic of the code drastically, I simply split the steps taken by the Navigator to get to the waypoint. The 0.85 - 0.15 split means that 85% of the lengths in the x and y directions covered, the Navigator comes to a stop, and then I tell it to finish the final 15% of the path, giving it a chance to readjust
Screenshot or Video
Related Issues
Closes #1078
- Closes #XXX
Testing
Open two terminal windows ->
window 1: roslaunch navigator_launch vrx.launch run_task:=False world:=wayfinding_task --screen
window 2: mission run Vrx
About This PR
The documentation is up to date.