-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Galactic sync 5 #2748
Merged
Merged
Galactic sync 5 #2748
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
Member
SteveMacenski
commented
Dec 16, 2021
•
edited
Loading
edited
- Improving BT action server networking error handling
- Removed kinematic limiting to RPP
- Fixes BT setting bug in BT navigator
- Adding footprint collision checking in RPP
- Correcting reconfigurations in Hybrid-A*
- Fixing rare async bug in lifecycle manager bringup
- General fixes to theta*
- Fixes for compiling on Windows and Arch
- Fix reversing RPP carrot finding
fix typo in warning msg;
…l specific BT node (#2624) * addig try/catch around non-tree exceptions to fail node * Update bt_action_node.hpp * linting
* removing kinematic limiting from RPP * update tests
…lt_nav_through_pose_bt_xml" from the yaml file (#2664) * removing the has_parameter() and replacing with the get_parameter() * fixing navigate_through_poses as well
* initial * initial * initialize * un * working * lint fix * wrk * clean_up * remove code repettion * rm unused variable * initialize footprint on configure itself * revert to defaulted constructer * remove rviz change * remove unneccessary changes * review changes * define traverse unkown * set true * reviw changes * styling changes * collision checking condition * used back() * make loop end condition fixed * review changes * fix * removed midpose curvature * removed stop collision check at goal pose
…2680) - The HybridMotionTable did not reinitialize properly in case the min_turning_radius or the motion_model was changed.
* removed init_timer from lifecycle callback group * lifecycle manager: startup() on autostart_ calling from callback_group_ (Bond::waitUntilFormed needs node spinning in the background) Co-authored-by: Matej Vargovcik <vargovcik@robotechvision.com>
* add test to check if the goal is unsafe with theta star planner Signed-off-by: Daisuke Sato <daisukes@cmu.edu> * check if a plan is generated (#2698) Signed-off-by: Daisuke Sato <daisukes@cmu.edu>
Co-authored-by: seasony-vp <72447461+seasony-vp@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.