-
Notifications
You must be signed in to change notification settings - Fork 132
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
simplify config structure #757
Conversation
6967af3
to
0f34eb1
Compare
This is good to merge now! I verified all my changes by comparing before and after using However, it is made over-complicated by old hardware and/or not sticking to the scheme when a new robot was set up in the past...in particular, |
I think testing this on Maybe @ipa320/navigation-push could try this on |
0f34eb1
to
16ddbb7
Compare
|
79f92ac
to
6485589
Compare
6485589
to
dc09f86
Compare
tested on cob4-7 |
I did these changes to the best of my knowledge...always double-checking the before-after roslaunch-dump results for each robot... I cannot guarantee that minor yaml adjustments might need to be made by one or the other robot...where the real hardware differs from the standard...but as I do not have access to all those robots...this needs to be done when those robots are updated the next time...e.g. as no one ever reviews prs in this repo except me and TravisCI, I'm going to merge |
this is a backport of some simplifications/unifications/parameter_updates we did in
unity_robots
which improve daily robot performance and also simplifies robot configuration (mostly by using symlinks rather than needing to copy full files)it will also bring in a few new features such as the
scan_unified_ranged
discussed in #732