Skip to content

Commit

Permalink
change cut_angle of rear LiDAR
Browse files Browse the repository at this point in the history
Signed-off-by: Tomohito ANDO <[email protected]>
  • Loading branch information
TomohitoAndo committed Oct 2, 2024
1 parent ae2bfcd commit 7885ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aip_x2_gen2_launch/launch/lidar.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<arg name="host_ip" value="$(var host_ip)"/>
<arg name="data_port" value="2321"/>
<arg name="sync_angle" value="0"/>
<arg name="cut_angle" value="274.0" />
<arg name="cut_angle" value="180.0" />
<arg name="cloud_min_angle" value="88"/>
<arg name="cloud_max_angle" value="274"/>
<arg name="return_mode" value="LastStrongest"/>
Expand Down Expand Up @@ -100,7 +100,7 @@
<arg name="host_ip" value="$(var host_ip)"/>
<arg name="data_port" value="2376"/>
<arg name="sync_angle" value="0"/>
<arg name="cut_angle" value="270.0" />
<arg name="cut_angle" value="180.0" />
<arg name="cloud_min_angle" value="90"/>
<arg name="cloud_max_angle" value="270"/>
<arg name="return_mode" value="LastStrongest"/>
Expand Down

0 comments on commit 7885ec7

Please sign in to comment.