Commit 82b461a7 authored by oscar's avatar oscar

提交修改

parent f3b4f99d
......@@ -43,7 +43,7 @@ void TrackingRos::Init(ros::NodeHandle& nh)
int gpu = 0;
nh.param<int32_t>("kf_gpu", gpu, 0);
m_tracker->SetGPU(gpu);
m_tracker.SetGPU(gpu);
YAML::Node config = YAML::LoadFile(file.c_str());
......
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