-
Notifications
You must be signed in to change notification settings - Fork 93
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
[Hello] Continuous navigation #1387
base: austinw/new_main_with_hector_slam
Are you sure you want to change the base?
[Hello] Continuous navigation #1387
Conversation
* Velocity control * Add keyboard teleop script * Debug * Hack * Debug controller * debug controller * Disable stow * Fix teleop script * Debug teleop * Wheel control test * tmp * Fix teleop once and for all * Clean up, adapt ros version * Fix * Pub to cmd_vel * Debug * debug * remove debug print * remove debug print * Clean up teleop API * Expose vel and rvel * Clean up teleop API * Initial goto controller impl * Add params * Yaw tracking modes * typing * Set tolerances * Make static methods * Add tolerances to control * Debug * Tune heading tracking * Remove acceleration and tol * Debug * Tune tol * Add turn rate limit and update tol * Tune controller * Update comments * Improve teleop * Add comment * Add docstrings and input checks * Debug docstring * Improve yaw tracking performance * Add option to pause controller * Tune teleop * Tune rate * Tune hz
a62ec65
to
ec8c6ac
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1387 +/- ##
==========================================
- Coverage 25.53% 25.50% -0.04%
==========================================
Files 372 372
Lines 37456 37510 +54
==========================================
+ Hits 9566 9567 +1
- Misses 27890 27943 +53
|
9a05138
to
ec8c6ac
Compare
6cc9f42
to
ecfe8f0
Compare
ecfe8f0
to
2c65641
Compare
be938fc
to
e20cbf2
Compare
dfcdf62
to
c01dc37
Compare
1aa5861
to
667e827
Compare
37224a9
to
304a10e
Compare
Hi @exhaustin! Thank you for your pull request. We require contributors to sign our Contributor License Agreement, and yours needs attention. You currently have a record in our system, but the CLA is no longer valid, and will need to be resubmitted. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
Description
Please include a summary of the change and link to an issue this PR fixes. Please also include relevant context. List any downstream components that might be affected by this change.
Fixes # (issue)
Type of change
Please check the options that are relevant.
Type of requested review
Before and After
If this PR introduces a change or fixes a bug, please add before and after screenshots (if this is causes a UX change) or before and after examples(this could be plain text, videos etc ) to demonstrate the change.
If this PR introduces a new feature, please also add examples or screenshots demonstrating the feature.
Testing
Please describe the tests that you ran to verify your changes and how we can reproduce.
Checklist:
tests/scripts
, (2) asv benchmarks.