Skip to content

Commit

Permalink
feat: update lidar launch file to use use_intra_process argument
Browse files Browse the repository at this point in the history
Signed-off-by: asa-naki <[email protected]>
  • Loading branch information
asa-naki committed Jul 18, 2024
1 parent d3fce3c commit 9d0802f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aip_x1_launch/launch/lidar.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<arg name="max_range" value="200.0"/>
<arg name="return_mode" value="Strongest" />
<arg name="container_name" value="pointcloud_container"/>
<arg name="use_intra_process" value="true"/>
<arg name="use_intra_process" value="false"/>
<arg name="config_file" value="$(find-pkg-share individual_params)/config/$(var vehicle_id)/aip_x1/xt32.csv" />
<arg name="launch_driver" value="$(var launch_driver)" />
<arg name="vehicle_mirror_param_file" value="$(var vehicle_mirror_param_file)" />
Expand Down

0 comments on commit 9d0802f

Please sign in to comment.