Commit 8d951b8c authored by oscar's avatar oscar

提交格式错误

parent e3ae85de
......@@ -76,7 +76,6 @@ def car_yaw_cal(base_angle,car_yaw):
tmp_angle = base_angle - car_angle
else:
tmp_angle = base_angle + abs(car_angle)
return (tmp_angle+360.0)%360.0
def compute_yaw(car_yaw_in_lidar):
......
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