Skip to content

Commit

Permalink
refactor: add package name prefix of autoware_ for ground_segmentation
Browse files Browse the repository at this point in the history
Signed-off-by: badai-nguyen <[email protected]>
  • Loading branch information
badai-nguyen committed Jul 22, 2024
1 parent feb01ab commit b6667bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<group>
<push-ros-namespace namespace="ground_segmentation"/>
<node_container pkg="rclcpp_components" exec="component_container" name="container" namespace="">
<composable_node pkg="ground_segmentation" plugin="ground_segmentation::ScanGroundFilterComponent" name="ground_segmentation" namespace="">
<composable_node pkg="autoware_ground_segmentation" plugin="autoware::ground_segmentation::ScanGroundFilterComponent" name="ground_segmentation" namespace="">
<remap from="input" to="$(var input/pointcloud)"/>
<remap from="output" to="$(var output/pointcloud)"/>
<param from="$(var param_path)"/>
Expand Down
2 changes: 1 addition & 1 deletion edge_auto_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<exec_depend>extrinsic_calibration_manager</exec_depend>
<exec_depend>extrinsic_manual_calibrator</exec_depend>
<exec_depend>extrinsic_tag_based_calibrator</exec_depend>
<exec_depend>ground_segmentation</exec_depend>
<exec_depend>autoware_ground_segmentation</exec_depend>
<exec_depend>intrinsic_camera_calibrator</exec_depend>
<exec_depend>lidar_centerpoint</exec_depend>
<exec_depend>nebula_sensor_driver</exec_depend>
Expand Down

0 comments on commit b6667bf

Please sign in to comment.