Parameterization of the tf_tol argument for getCurrentPose calls (#1735)
* parametrized collision_checker getCurrentPose timeout * Parameterized tf_tol for spin and backup recoveries * Parameterized tf_tol for goal_reached_condition * moved transform_tolerance_ to recovery.hpp * moved transform_tolerance parameter declaration to bt_navigator * Fixed typo * Fixed transform_tolerance_ location and transform_tolerance param declaration location * Parameterized tf_tol for distance_controller.cpp
Showing
- nav2_behavior_tree/plugins/condition/goal_reached_condition.cpp 4 additions, 1 deletion...ehavior_tree/plugins/condition/goal_reached_condition.cpp
- nav2_behavior_tree/plugins/decorator/distance_controller.cpp 14 additions, 3 deletionsnav2_behavior_tree/plugins/decorator/distance_controller.cpp
- nav2_behavior_tree/plugins/decorator/distance_controller.hpp 1 addition, 0 deletionsnav2_behavior_tree/plugins/decorator/distance_controller.hpp
- nav2_bt_navigator/src/bt_navigator.cpp 1 addition, 0 deletionsnav2_bt_navigator/src/bt_navigator.cpp
- nav2_costmap_2d/include/nav2_costmap_2d/costmap_topic_collision_checker.hpp 3 additions, 1 deletion...clude/nav2_costmap_2d/costmap_topic_collision_checker.hpp
- nav2_costmap_2d/src/costmap_topic_collision_checker.cpp 7 additions, 2 deletionsnav2_costmap_2d/src/costmap_topic_collision_checker.cpp
- nav2_recoveries/include/nav2_recoveries/recovery.hpp 2 additions, 0 deletionsnav2_recoveries/include/nav2_recoveries/recovery.hpp
- nav2_recoveries/include/nav2_recoveries/recovery_server.hpp 2 additions, 0 deletionsnav2_recoveries/include/nav2_recoveries/recovery_server.hpp
- nav2_recoveries/plugins/back_up.cpp 2 additions, 2 deletionsnav2_recoveries/plugins/back_up.cpp
- nav2_recoveries/plugins/spin.cpp 2 additions, 2 deletionsnav2_recoveries/plugins/spin.cpp
- nav2_recoveries/src/recovery_server.cpp 6 additions, 1 deletionnav2_recoveries/src/recovery_server.cpp
Please register or sign in to comment