Skip to content

Commit a71c9ee

Browse files
estevexmfcx
authored andcommitted
fix(autoware_static_centerline_generator): fix namespaces
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent d34461c commit a71c9ee

File tree

1 file changed

+1
-1
lines changed
  • planning/static_centerline_generator/src

1 file changed

+1
-1
lines changed

planning/static_centerline_generator/src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ int main(int argc, char * argv[])
2020

2121
// initialize node
2222
rclcpp::NodeOptions node_options;
23-
auto node = std::make_shared<autoware_static_centerline_generator::StaticCenterlineGeneratorNode>(
23+
auto node = std::make_shared<autoware::static_centerline_generator::StaticCenterlineGeneratorNode>(
2424
node_options);
2525

2626
// get ros parameter

0 commit comments

Comments
 (0)