Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
bool RemoteControl::waitForNextStep(const std::string& caption)
131
{
132
return (waitForNextStepCommon(caption, autonomous_));
133
}
134
135
bool RemoteControl::waitForNextFullStep(const std::string& caption)
136
{
Callers
1
prompt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected