Commit 7b839569 authored by oscar's avatar oscar

测试cpu

parent 65308c5b
......@@ -168,7 +168,7 @@ void TrackingRos::Init(ros::NodeHandle& nh)
SDK_LOG(SDK_INFO, "load yaml file = %s",file.c_str());
int gpu = 0;
nh.param<int32_t>("kf_gpu", gpu, 1);
nh.param<int32_t>("kf_gpu", gpu, 0);
SDK_LOG(SDK_INFO, "kf_gpu = %d",gpu);
m_tracker.SetGPU(gpu);
......
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