HamsterCommands

From cogniteam
Revision as of 15:24, 5 March 2018 by Daria (talk | contribs) (Created page with "Category:HamsterV5 Category:HamsterV4 Category:Hamster Command list for terminal: <strong>Start command for autonomus mode</strong> <syntaxhighlight lang="bash"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Command list for terminal:

Start command for autonomus mode <syntaxhighlight lang="bash" line='line'> rostopic pub /decision_making/agent(PUT_YOUR_AGENT_NUMBER)/events std_msgs/String "data: 'RESUME'" </syntaxhighlight>

Stop command for autonomus mode <syntaxhighlight lang="bash" line='line'> rostopic pub /decision_making/agent(PUT_YOUR_AGENT_NUMBER)/events std_msgs/String "data: 'PAUSE'" </syntaxhighlight>