Commit 35bf6bef authored by oscar's avatar oscar

提交更新

parent cbf7b672
......@@ -247,7 +247,7 @@ TrackingRos::~TrackingRos()
void TrackingRos::Init(ros::NodeHandle& nh)
{
float x, y;
get_camera_tolidar_loc(400, 400, x, y);
get_camera_tolidar_loc(600, 792, x, y);
SDK_LOG(SDK_INFO, "get_camera_tolidar_loc x = %f, y = %f",x,y);
//get_camera_right_tolidar_loc(400, 400, x, y);
//SDK_LOG(SDK_INFO, "get_camera_right_tolidar_loc x = %f, y = %f", x, y);
......
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