Backport/wait for server timeout#4261
Conversation
|
@bektaskemal, all pull requests must be targeted towards the |
* Make BT nodes have configurable wait times. Previous solution provided hardcoded 1s value. Right now the value can be configured for BT Action, Cancel and Service nodes. [ros-navigation#3920] Signed-off-by: Adam Galecki <embeddedadam@gmail.com> * Make BT nodes have configurable wait times. Previous solution provided hardcoded 1s value. Right now the value can be configured for BT Action, Cancel and Service nodes. [ros-navigation#3920] Signed-off-by: Adam Galecki <embeddedadam@gmail.com> * Fix typos, linting errors and value type from float to int * Fix extra underscores * Fix extra underscore * Update unit tests with blackboard parameter Signed-off-by: Adam Galecki <embeddedadam@gmail.com> * Fix formatting errors Signed-off-by: Adam Galecki <embeddedadam@gmail.com> * Update system tests to match new parameter Signed-off-by: Adam Galecki <embeddedadam@gmail.com> --------- Signed-off-by: Adam Galecki <embeddedadam@gmail.com> Signed-off-by: Kemal Bektas <kemal.bektas@node-robotics.com>
…os-navigation#4178) Signed-off-by: Felix <felix@fzeltner.de> Co-authored-by: Felix <felix@fzeltner.de> Signed-off-by: Kemal Bektas <kemal.bektas@node-robotics.com>
335534e to
c0d2787
Compare
|
This seems fine to me. Please run the full |
|
I tested locally and two test failed for me but they seems irrelevant: This one might be related to behaviortree_cpp_v3 version but I'm not sure. Here is the issue that error codes are in Goal and not Result, but this is wrong in iron branch: https://github.com/ros-planning/navigation2/blob/iron/nav2_system_tests/src/gps_navigation/tester.py#L187 |
Backports #3960 and #4178 to iron.
We would like to have this on iron if possible.