Skip to content

Commit

Permalink
fix(aip_x2_gen2_launch): fix front_upper cut_angle (#347)
Browse files Browse the repository at this point in the history
fix front_upper cut_angle
  • Loading branch information
kotaro-hihara authored Nov 25, 2024
1 parent a13c21e commit 3f5e7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aip_x2_gen2_launch/launch/lidar.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<arg name="host_ip" value="$(var host_ip)"/>
<arg name="data_port" value="2323"/>
<arg name="sync_angle" value="180"/>
<arg name="cut_angle" value="277.0" />
<arg name="cut_angle" value="275.0" />
<arg name="cloud_min_angle" value="85"/>
<arg name="cloud_max_angle" value="275"/>
<arg name="return_mode" value="LastStrongest"/>
Expand Down

0 comments on commit 3f5e7a0

Please sign in to comment.