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

Method removeFromCameraPath

octovis/src/CameraFollowMode.cpp:121–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void CameraFollowMode::removeFromCameraPath() {
122 if(m_number_cam_frames>0) {
123 emit removeFromCameraPath(CAMERA_PATH_ID, m_current_cam_frame-1);
124 m_number_cam_frames--;
125 emit changeNumberOfFrames(m_number_cam_frames);
126 }
127}
128
129void CameraFollowMode::followCameraPath() {
130 m_followRobotTrajectory = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected