Skip to content

Commit

Permalink
chore(aip_x2_launch): expand cropbox area
Browse files Browse the repository at this point in the history
  • Loading branch information
0x126 committed Aug 7, 2023
1 parent f0a641d commit 389274f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aip_x2_launch/launch/pandar_node_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def get_vehicle_info(context):
p["max_longitudinal_offset"] = gp["front_overhang"] + gp["wheel_base"]
p["min_lateral_offset"] = -(gp["wheel_tread"] / 2.0 + gp["right_overhang"])
p["max_lateral_offset"] = gp["wheel_tread"] / 2.0 + gp["left_overhang"]
p["min_height_offset"] = 0.0
p["min_height_offset"] = -0.3 # margin to crop pointcloud under vehicle
p["max_height_offset"] = gp["vehicle_height"]
return p

Expand Down

0 comments on commit 389274f

Please sign in to comment.