Skip to content

Commit a67d97a

Browse files
authored
fix(autoware_motion_velocity_obstacle_stop_module): fix plugin export (#333)
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
1 parent b3f1452 commit a67d97a

File tree

1 file changed

+1
-1
lines changed
  • planning/motion_velocity_planner/autoware_motion_velocity_obstacle_stop_module

1 file changed

+1
-1
lines changed

planning/motion_velocity_planner/autoware_motion_velocity_obstacle_stop_module/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(autoware_motion_velocity_obstacle_stop_module)
33

44
find_package(autoware_cmake REQUIRED)
55
autoware_package()
6-
pluginlib_export_plugin_description_file(autoware_motion_velocity_planner_node plugins.xml)
6+
pluginlib_export_plugin_description_file(autoware_motion_velocity_planner plugins.xml)
77

88
ament_auto_add_library(${PROJECT_NAME} SHARED
99
DIRECTORY src

0 commit comments

Comments
 (0)