Skip to content

Commit

Permalink
fix: modfy the namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Kubota <[email protected]>
  • Loading branch information
masahiro-kubota committed Jul 5, 2024
1 parent f324738 commit 5566201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autoware_practice_visualization/src/marker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ int main(int argc, char ** argv)
{
rclcpp::init(argc, argv);
auto options = rclcpp::NodeOptions();
auto node = std::make_shared<TrajectoryVisualizer>(options);
auto node = std::make_shared<autoware_practice_visualization::TrajectoryVisualizer>(options);
rclcpp::spin(node);
rclcpp::shutdown();
return 0;
Expand Down

0 comments on commit 5566201

Please sign in to comment.