Skip to content

Commit

Permalink
fix: make sure cut_angle equal max angle
Browse files Browse the repository at this point in the history
Signed-off-by: badai-nguyen <[email protected]>
  • Loading branch information
badai-nguyen committed Nov 28, 2024
1 parent fd4e50e commit 4591607
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 @@ -68,9 +68,9 @@
<arg name="host_ip" value="$(var host_ip)"/>
<arg name="data_port" value="2322"/>
<arg name="sync_angle" value="270"/>
<arg name="cut_angle" value="359.99" />
<arg name="cut_angle" value="359.0" />
<arg name="cloud_min_angle" value="90"/>
<arg name="cloud_max_angle" value="360"/>
<arg name="cloud_max_angle" value="359"/>
<arg name="return_mode" value="LastStrongest"/>
<arg name="ptp_profile" value="automotive"/>
<arg name="ptp_transport_type" value="L2"/>
Expand Down

0 comments on commit 4591607

Please sign in to comment.