Allow zero velocity to be valid ( test fixes ) (#1825)
* Moved the zero velocity check to higher level(xy_theta_iterator) * Moved valid speed check from kinematic params to xy theta itearator * Fixed code styling. * linted the cpp code * Revert "linted the cpp code" This reverts commit fb1a74b6dea99c52114739a1861a01d6f3494801. * Revert "Fixed code styling." This reverts commit bd82113a52a6418edd7b9ea41f102ce539a83784. * Fixed style and small bug Signed-off-by:Aitor Miguel Blanco <aitormibl@gmail.com> * Style fix Signed-off-by:
Aitor Miguel Blanco <aitormibl@gmail.com> Co-authored-by:
Gokul <astrogok@gmail.com>
Showing
- nav2_dwb_controller/dwb_plugins/include/dwb_plugins/kinematic_parameters.hpp 3 additions, 19 deletions.../dwb_plugins/include/dwb_plugins/kinematic_parameters.hpp
- nav2_dwb_controller/dwb_plugins/include/dwb_plugins/xy_theta_iterator.hpp 12 additions, 0 deletions...ler/dwb_plugins/include/dwb_plugins/xy_theta_iterator.hpp
- nav2_dwb_controller/dwb_plugins/src/kinematic_parameters.cpp 0 additions, 18 deletionsnav2_dwb_controller/dwb_plugins/src/kinematic_parameters.cpp
- nav2_dwb_controller/dwb_plugins/src/xy_theta_iterator.cpp 28 additions, 4 deletionsnav2_dwb_controller/dwb_plugins/src/xy_theta_iterator.cpp
Please register or sign in to comment