MCPcopy Create free account
hub / github.com/RoboMaster/RoboRTS / PauseThread

Method PauseThread

roborts_detection/armor_detection/armor_detection_node.cpp:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void ArmorDetectionNode::PauseThread() {
208 ROS_INFO("Armor detection thread paused!");
209 node_state_ = NodeState::PAUSE;
210}
211
212void ArmorDetectionNode::StopThread() {
213 node_state_ = NodeState::IDLE;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected