Skip to content

Commit

Permalink
refactor: fix the node name
Browse files Browse the repository at this point in the history
Signed-off-by: Taekjin LEE <[email protected]>
  • Loading branch information
technolojin committed Jun 25, 2024
1 parent de87e56 commit 6b483cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ament_auto_add_library(${PROJECT_NAME}_node_component SHARED

rclcpp_components_register_node(${PROJECT_NAME}_node_component
PLUGIN "autoware::radar_crossing_objects_noise_filter::RadarCrossingObjectsNoiseFilterNode"
EXECUTABLE ${PROJECT_NAME}_node
EXECUTABLE radar_crossing_objects_noise_filter_node
)

# Tests
Expand Down

0 comments on commit 6b483cd

Please sign in to comment.