Skip to content

Commit

Permalink
feat: add one test case (goal on left side)
Browse files Browse the repository at this point in the history
Signed-off-by: Junya Sasaki <junya.sasaki@tier4.jp>
  • Loading branch information
sasakisasaki committed Mar 9, 2025
1 parent 9fd4b81 commit 40d59bd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ TEST(PlanningModuleInterfaceTest, NodeTestWithExceptionTrajectory)
ASSERT_NO_THROW_WITH_ERROR_MSG(
test_manager->testWithBehaviorNormalRoute(test_target_node, route_topic_name));

// test with the goal on left side
ASSERT_NO_THROW_WITH_ERROR_MSG(
test_manager->testWithBehaviorGoalOnLeftSide(test_target_node, route_topic_name));

EXPECT_GE(test_manager->getReceivedTopicNum(), 1);

// test with trajectory with empty/one point/overlapping point
Expand Down

0 comments on commit 40d59bd

Please sign in to comment.