Skip to content

Commit

Permalink
Update Galactic.rst (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski authored Oct 18, 2021
1 parent 2a5a7fd commit 378f4e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions migration/Galactic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,8 @@ Change and fix behevior of dynamic parameter change detection
Costmap2DROS parameters are now dynamic
***************************************
`This PR <https://github.com/ros-planning/navigation2/pull/2592>`_ makes most of the Costmap2DROS parameters dynamic

BT Action Nodes Exception Changes
*********************************

When BT action nodes throw exceptions due to networking or action server failures, they now return a status code of ``FAILURE`` to fail that particular action in the behavior tree to react to. This is in contrast to prior where the exceptions thrown from networking were sent to the root tree which would count as a task-level failure that the tree could not react to.

0 comments on commit 378f4e2

Please sign in to comment.