Skip to content

Commit

Permalink
remove namespace from planning validator, it has using keyword
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
  • Loading branch information
zulfaqar-azmi-t4 committed Jun 12, 2024
1 parent 9e022d3 commit ca1e5b3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ using autoware::planning_validator::PlanningValidator;

std::shared_ptr<PlanningInterfaceTestManager> generateTestManager()
{
auto test_manager =
std::make_shared<autoware::planning_test_manager::PlanningInterfaceTestManager>();
auto test_manager = std::make_shared<PlanningInterfaceTestManager>();

// set subscriber with topic name: planning_validator → test_node_
test_manager->setTrajectorySubscriber("planning_validator/output/trajectory");
Expand Down

0 comments on commit ca1e5b3

Please sign in to comment.