MCPcopy Create free account
hub / github.com/PickNikRobotics/rviz_visual_tools / enableFrameLocking

Method enableFrameLocking

src/rviz_visual_tools.cpp:869–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

867}
868
869void RvizVisualTools::enableFrameLocking(bool enable)
870{
871 frame_locking_enabled_ = enable;
872}
873
874bool RvizVisualTools::triggerEvery(std::size_t queueSize)
875{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected