| 133 | } |
| 134 | |
| 135 | bool RemoteControl::waitForNextFullStep(const std::string& caption) |
| 136 | { |
| 137 | return (waitForNextStepCommon(caption, full_autonomous_)); |
| 138 | } |
| 139 | |
| 140 | bool RemoteControl::waitForNextStepCommon(const std::string& caption, bool autonomous) |
| 141 | { |
nothing calls this directly
no outgoing calls
no test coverage detected