-
Notifications
You must be signed in to change notification settings - Fork 682
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(planning_test_utils): add subscriber existance checker and t…
…opic name validation (#3462) * add subscriber existance checker and topic name validation Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * change function structure Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * refactor Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * style(pre-commit): autofix * refactor Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * delete ASSERT_NO_THROW Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * modify test files in motion_velocity_smoother and planning_validator Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * modify test files in obstacle_velocity_limiter, obstacle_stop_planner and obstacle_velocity_limiter Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * modify test files in scenario_selector Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * modify test files in freespace_planner Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * modify test files in behavior_path_planner Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * Remove ament_cmake_gtest dependency from the planning_test_utils package Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * fix typo Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> --------- Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0f8d3c4
commit 855188a
Showing
12 changed files
with
271 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
planning/obstacle_stop_planner/test/test_obstacle_stop_planner_node_interface.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.