Commit 36b80f0b authored by oscar's avatar oscar

提交更新

parent 9b5567ef
......@@ -216,7 +216,7 @@ void get_camera_left_tolidar_loc(float u, float v, float& x, float& y)
auto srx = (-relatx) * cos(M_PI / 4) + (-relaty) * sin(M_PI / 4);
auto sry = (-relaty) * cos(M_PI / 4) - (-relatx) * sin(M_PI / 4);
srx = srx + 8;
srx = srx;
sry = sry;
x = srx;
y = sry;
......
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