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

Method cameraPathStopped

octovis/src/CameraFollowMode.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void CameraFollowMode::cameraPathStopped(int id) {
85 if(id == CAMERA_PATH_ID || id == ROBOT_TRAJECTORY_ID) {
86 emit stopped();
87 }
88}
89
90void CameraFollowMode::cameraPathFrameChanged(int id, int current_camera_frame) {
91 if(m_followRobotTrajectory) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected