Skip to content

Commit

Permalink
build(autoware_static_centerline_optimizer): fix namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Apr 9, 2024
1 parent 91a93c1 commit 6eb6f08
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
#include <string>
#include <vector>

namespace autoware
{
namespace static_centerline_optimizer
{
namespace
Expand Down Expand Up @@ -759,3 +761,4 @@ void StaticCenterlineOptimizerNode::save_map(
RCLCPP_INFO(get_logger(), "Saved map.");
}
} // namespace static_centerline_optimizer
} // namespace autoware

0 comments on commit 6eb6f08

Please sign in to comment.