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

Galactic sync 5 #2748

Merged
merged 16 commits into from
Dec 16, 2021
Merged

Galactic sync 5 #2748

merged 16 commits into from
Dec 16, 2021

Conversation

SteveMacenski
Copy link
Member

@SteveMacenski SteveMacenski commented Dec 16, 2021

  • 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

lantica and others added 16 commits December 16, 2021 13:49
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.