Commit 8afd9750 authored by oscar's avatar oscar

提交代码

parent e36d86a2
......@@ -82,7 +82,7 @@ void TrackingRos::ThreadTrackingProcess()
std::vector<uint64_t> detectionsId;
std::map<uint64_t, int> updateId;
std::vector<uint64_t> lostId;
m_tracker.run(input, detectionsId, updateId, lostId);
m_tracker.Run(input, detectionsId, updateId, lostId);
std::map<uint64_t, std::shared_ptr<Track3D> >& trakcers = m_tracker.GetStates();
......
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