From 1883ca165d12c2d08b349245dd1cfa0d64a48209 Mon Sep 17 00:00:00 2001 From: Steve Macenski Date: Wed, 20 Oct 2021 06:28:35 -0700 Subject: [PATCH] Update Galactic.rst --- migration/Galactic.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/migration/Galactic.rst b/migration/Galactic.rst index f7f402114..4d95eac79 100644 --- a/migration/Galactic.rst +++ b/migration/Galactic.rst @@ -163,3 +163,9 @@ 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. + +Removed Kinematic Limiting in RPP +********************************* + +The parameters ``max_linear_accel`` and ``max_linear_decel`` were removed along with the kinematic limiting in the controller causing instabilities. Instead, use a velocity smoother available in the ROS ecosystem if you would like similar behavior. +