Skip to content

Commit

Permalink
chore: fix node container name (#297)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomohito ANDO <[email protected]>
  • Loading branch information
TomohitoAndo authored Aug 31, 2024
1 parent bd69ec3 commit 6a80e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aip_x2_gen2_launch/launch/nebula_node_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def str2vector(string):
)

container = ComposableNodeContainer(
name="pandar_node_container",
name="nebula_node_container",
namespace="pointcloud_preprocessor",
package="rclcpp_components",
executable=LaunchConfiguration("container_executable"),
Expand Down

0 comments on commit 6a80e76

Please sign in to comment.