Skip to content

Commit

Permalink
fix: sensing launch for awsim execution of x2
Browse files Browse the repository at this point in the history
  • Loading branch information
dai0912th committed Oct 4, 2023
1 parent 696105b commit a0eda32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aip_x2_launch/launch/pandar_node_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def create_parameter_dict(*args):
name="crop_box_filter_mirror_left",
remappings=[
("input", "right_mirror_cropped/pointcloud_ex"),
("output", "mirror_cropped/pointcloud_ex"),
("output", "outlier_filtered/pointcloud"),
],
parameters=[cropbox_parameters],
extra_arguments=[{"use_intra_process_comms": LaunchConfiguration("use_intra_process")}],
Expand Down
2 changes: 1 addition & 1 deletion aip_x2_launch/launch/sensing.launch.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<launch>

<arg name="launch_driver" default="true" description="do launch driver"/>
<arg name="launch_driver" default="false" description="do launch driver"/>
<arg name="vehicle_mirror_param_file" description="path to the file of vehicle mirror position yaml"/>
<arg name="use_pointcloud_container" default="false" description="launch pointcloud container"/>
<arg name="pointcloud_container_name" default="pointcloud_container"/>
Expand Down

0 comments on commit a0eda32

Please sign in to comment.