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

Method waitForNextStep

src/remote_control.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130bool RemoteControl::waitForNextStep(const std::string& caption)
131{
132 return (waitForNextStepCommon(caption, autonomous_));
133}
134
135bool RemoteControl::waitForNextFullStep(const std::string& caption)
136{

Callers 1

promptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected