Commit b6892580 authored by oscar's avatar oscar

提交更新修改左边相机的坐标求发

parent 0f0cca68
......@@ -218,8 +218,8 @@ 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 + 20;
y = sry;
x = srx ;
y = sry + 20;
}
TrackingRos::~TrackingRos()
......
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