Skip to content

Commit

Permalink
fix: change container name
Browse files Browse the repository at this point in the history
Signed-off-by: 1222-takeshi <[email protected]>
  • Loading branch information
1222-takeshi authored and Autumn60 committed Sep 17, 2024
1 parent c19b2d4 commit 3a9adac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aip_x1_launch/launch/pointcloud_preprocessor.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def add_launch_arg(name: str, default_value=None):
add_launch_arg("base_frame", "base_link")
add_launch_arg("use_multithread", "False")
add_launch_arg("use_intra_process", "False")
add_launch_arg("container_name", "pointcloud_preprocessor_container")
add_launch_arg("pointcloud_container_name", "pointcloud_container")

set_container_executable = SetLaunchConfiguration(
"container_executable",
Expand Down

0 comments on commit 3a9adac

Please sign in to comment.