| 205 | } |
| 206 | |
| 207 | void ArmorDetectionNode::PauseThread() { |
| 208 | ROS_INFO("Armor detection thread paused!"); |
| 209 | node_state_ = NodeState::PAUSE; |
| 210 | } |
| 211 | |
| 212 | void ArmorDetectionNode::StopThread() { |
| 213 | node_state_ = NodeState::IDLE; |
nothing calls this directly
no outgoing calls
no test coverage detected