Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Masaya Kataoka <[email protected]>
  • Loading branch information
hakuturu583 committed Feb 10, 2025
1 parent 1db71d1 commit 87a99e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class HeadOnPedestrianScenario : public context_gamma_scenarios::ContextGammaSce
public:
explicit HeadOnPedestrianScenario(const rclcpp::NodeOptions & option)
: context_gamma_scenarios::ContextGammaScenarioNode(
"head_on_pedstrian", ament_index_cpp::get_package_share_directory("kashiwanoha_map") + "/map",
"head_on_pedestrian", ament_index_cpp::get_package_share_directory("kashiwanoha_map") + "/map",
"lanelet2_map.osm", __FILE__, false, option)
{
start();
Expand Down

0 comments on commit 87a99e8

Please sign in to comment.