MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / toMarkerArray

Method toMarkerArray

tracking/src/tracker.cpp:170–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168// }
169
170void
171Tracker::toMarkerArray(visualization_msgs::MarkerArray::Ptr& msg)
172{
173 for(std::list<open_ptrack::tracking::Track*>::iterator it = tracks_.begin(); it != tracks_.end(); it++)
174 {
175 open_ptrack::tracking::Track* t = *it;
176 t->createMarker(msg);
177 }
178}
179
180void
181Tracker::toMsg(opt_msgs::TrackArray::Ptr& msg)

Callers 4

detection_cbFunction · 0.45
detection_cbFunction · 0.45
detection_cbFunction · 0.45
detection_cbFunction · 0.45

Calls 3

beginMethod · 0.45
endMethod · 0.45
createMarkerMethod · 0.45

Tested by

no test coverage detected