MCPcopy Create free account
hub / github.com/OctoMap/octomap / followCameraPath

Method followCameraPath

octovis/src/CameraFollowMode.cpp:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void CameraFollowMode::followCameraPath() {
130 m_followRobotTrajectory = false;
131 emit frameChanged(m_current_cam_frame);
132 emit changeNumberOfFrames(m_number_cam_frames);
133}
134
135void CameraFollowMode::followRobotPath() {
136 if(m_scan_graph) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected