Controller plugins include goal checker when computing commands (#2252)
* adding goal checker to the API for controllers and the controller server * updating DWB and RPP to include the new controller API change to include the goal checker pointer * adding getTolerances functions for goal checkers with unset default method * use getTolerances for goal checkers in RPP * adding missing headers to goal stoppers * fix linting of RPP
Showing
- nav2_controller/include/nav2_controller/plugins/simple_goal_checker.hpp 3 additions, 0 deletions...r/include/nav2_controller/plugins/simple_goal_checker.hpp
- nav2_controller/include/nav2_controller/plugins/stopped_goal_checker.hpp 3 additions, 0 deletions.../include/nav2_controller/plugins/stopped_goal_checker.hpp
- nav2_controller/plugins/simple_goal_checker.cpp 25 additions, 0 deletionsnav2_controller/plugins/simple_goal_checker.cpp
- nav2_controller/plugins/stopped_goal_checker.cpp 22 additions, 0 deletionsnav2_controller/plugins/stopped_goal_checker.cpp
- nav2_controller/src/nav2_controller.cpp 2 additions, 1 deletionnav2_controller/src/nav2_controller.cpp
- nav2_core/include/nav2_core/controller.hpp 4 additions, 1 deletionnav2_core/include/nav2_core/controller.hpp
- nav2_core/include/nav2_core/goal_checker.hpp 15 additions, 0 deletionsnav2_core/include/nav2_core/goal_checker.hpp
- nav2_dwb_controller/dwb_core/include/dwb_core/dwb_local_planner.hpp 3 additions, 1 deletion...ontroller/dwb_core/include/dwb_core/dwb_local_planner.hpp
- nav2_dwb_controller/dwb_core/src/dwb_local_planner.cpp 2 additions, 1 deletionnav2_dwb_controller/dwb_core/src/dwb_local_planner.cpp
- nav2_regulated_pure_pursuit_controller/README.md 0 additions, 3 deletionsnav2_regulated_pure_pursuit_controller/README.md
- nav2_regulated_pure_pursuit_controller/include/nav2_regulated_pure_pursuit_controller/regulated_pure_pursuit_controller.hpp 10 additions, 7 deletions..._pursuit_controller/regulated_pure_pursuit_controller.hpp
- nav2_regulated_pure_pursuit_controller/src/regulated_pure_pursuit_controller.cpp 57 additions, 26 deletions...suit_controller/src/regulated_pure_pursuit_controller.cpp
- nav2_regulated_pure_pursuit_controller/test/test_regulated_pp.cpp 36 additions, 23 deletions...ulated_pure_pursuit_controller/test/test_regulated_pp.cpp
Please register or sign in to comment