Commit c8026663 authored by oscar's avatar oscar

提交更新

parent ff178b04
......@@ -147,8 +147,8 @@ void get_camera_tolidar_loc(float u, float v, float& x, float& y)
auto P_ = R_inv * (trans_pos - T);
x = p_[0] - 3.5;
y = p_[1] + 0.4;
x = P_[0] - 3.5;
y = P_[1] + 0.4;
}
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