Add dwb tests (#2022)
* Add conversion tests. * Add path_obs test. Resolution test is not completed. What is the expected behavior? * Added more details and tests to messages. * Added rotation checks. * Update the test for the length of the segments. * Changed back variable name to min_. Removed couts. Use EXPECT_TRUE. * Also set the frame_id and check for the results. * Update the copyright statement.
Showing
- nav2_dwb_controller/nav_2d_utils/CMakeLists.txt 5 additions, 0 deletionsnav2_dwb_controller/nav_2d_utils/CMakeLists.txt
- nav2_dwb_controller/nav_2d_utils/package.xml 2 additions, 0 deletionsnav2_dwb_controller/nav_2d_utils/package.xml
- nav2_dwb_controller/nav_2d_utils/test/2d_utils_test.cpp 162 additions, 0 deletionsnav2_dwb_controller/nav_2d_utils/test/2d_utils_test.cpp
- nav2_dwb_controller/nav_2d_utils/test/CMakeLists.txt 6 additions, 0 deletionsnav2_dwb_controller/nav_2d_utils/test/CMakeLists.txt
- nav2_dwb_controller/nav_2d_utils/test/path_ops_test.cpp 79 additions, 0 deletionsnav2_dwb_controller/nav_2d_utils/test/path_ops_test.cpp
Please register or sign in to comment