Difference between revisions of "HamsterCommands"

From cogniteam
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:HamsterV5]]
 
[[Category:HamsterV5]]
 
[[Category:HamsterV4]]
 
[[Category:HamsterV4]]
 +
[[Category:HamsterV7]]
 
[[Category:Hamster]]
 
[[Category:Hamster]]
  

Revision as of 12:08, 19 September 2019


Command list for terminal:

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

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

3. Mapping mode <syntaxhighlight lang="bash" line='line'> rostopic pub /mapping_command std_msgs/String "data: 'slam'" </syntaxhighlight>

4. Localization mode <syntaxhighlight lang="bash" line='line'> rostopic pub /mapping_command std_msgs/String "data: 'localization'" </syntaxhighlight>