Commit 0f0cca68 authored by oscar's avatar oscar

修改左边相机的坐标求发

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