MCPcopy Create free account
hub / github.com/PickNikRobotics/rviz_visual_tools / waitForNextFullStep

Method waitForNextFullStep

src/remote_control.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135bool RemoteControl::waitForNextFullStep(const std::string& caption)
136{
137 return (waitForNextStepCommon(caption, full_autonomous_));
138}
139
140bool RemoteControl::waitForNextStepCommon(const std::string& caption, bool autonomous)
141{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected