Skip to content

Commit

Permalink
use env for livox id (autowarefoundation#58)
Browse files Browse the repository at this point in the history
Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>
  • Loading branch information
yukkysaito authored and 1222-takeshi committed Dec 10, 2021
1 parent 58def96 commit ca4b580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch/sensing_launch/launch/aip_xx1/lidar.launch
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<group ns="front_left">
<include file="$(find sensing_launch)/launch/livox_horizon.launch">
<arg name="sensor_frame" default="livox_front_left" />
<arg name="bd_list" value="1HDDH1200105911" />
<arg name="bd_list" value="$(env LIVOX_FRONT_LEFT_ID)" />
<arg name="xfer_format" value="0"/>
<arg name="launch_driver" value="$(arg launch_driver)" />
</include>
Expand All @@ -60,7 +60,7 @@
<group ns="front_right">
<include file="$(find sensing_launch)/launch/livox_horizon.launch">
<arg name="sensor_frame" default="livox_front_right" />
<arg name="bd_list" value="1HDDH1200104481" />
<arg name="bd_list" value="$(env LIVOX_FRONT_RIGHT_ID)" />
<arg name="xfer_format" value="0"/>
<arg name="launch_driver" value="$(arg launch_driver)" />
</include>
Expand Down

0 comments on commit ca4b580

Please sign in to comment.