Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ getState
Method
getState
tracking/src/track3d.cpp:658–662 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
656
}
657
658
void
659
Track3D::getState(double &x, double &y, double &z)
660
{
661
filter_->getState(x, y, z);
662
}
663
664
geometry_msgs::Point
665
Track3D::getState()
Callers
15
init
Method · 0.45
draw
Method · 0.45
createMarker
Method · 0.45
getPointXYZRGB
Method · 0.45
toMsg
Method · 0.45
setVelocityInMotionTerm
Method · 0.45
init
Method · 0.45
draw
Method · 0.45
createMarker
Method · 0.45
getPointXYZRGB
Method · 0.45
toMsg
Method · 0.45
setVelocityInMotionTerm
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected