Commit 47642d18 authored by oscar's avatar oscar

提交更新

parent 7dff5785
......@@ -524,8 +524,9 @@ if __name__ == '__main__':
while detaAngel > 180:
detaAngel -= 360
while detaAngel < -180:
detaAngel +=- 360
if( abs(detaAngel) > 30)
detaAngel += 360
print("angle = ",angle," laneAngle = ",laneAngle," detaAngel = ",detaAngel)
if abs(detaAngel) > 100:
continue;
flag = in_hull(xyz,bbox[1])
pickcloud = xyz[flag]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment