Skip to content

Commit

Permalink
build(autoware_static_centerline_optimizer): fix namespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Apr 2, 2024
1 parent 1a76742 commit 91a93c1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ namespace autoware
{
namespace static_centerline_optimizer
{
using autoware::static_centerline_optimizer::srv::LoadMap;
using autoware::static_centerline_optimizer::srv::PlanPath;
using autoware::static_centerline_optimizer::srv::PlanRoute;
using autoware_static_centerline_optimizer::srv::LoadMap;
using autoware_static_centerline_optimizer::srv::PlanPath;
using autoware_static_centerline_optimizer::srv::PlanRoute;

class StaticCenterlineOptimizerNode : public rclcpp::Node
{
Expand Down

0 comments on commit 91a93c1

Please sign in to comment.