Multi-Robot Control
Welcome to this tutorial series in robotics powered by the BOW SDK. This is Layer 5 - Multi-Robot Control
There are no specific robot recommendations for this Tutorial however you will need to have multiple robots in your simulation as explained here: TODO
Prerequisites
Before trying these tutorials, make sure you have followed the instructions from the dependencies step to set up the development environment for your chosen programming language.
These tutorials also assume you have installed the BOW Hub available for download from https://bow.software and that you have subscribed with a Standard Subscription (or above) or using the 30 day free trial which is required to simulate robots.
Section
TODO
Running the Tutorial
To run the tutorial, navigate to the Step_5_Multi_Robot_Control
folder within the SDK Tutorials repository that you cloned earlier.
Then navigate to the language that you would like to use
Build the solution
Execute the solution
Each language folder will contain a README that more specifically explains how to run that program in that specific languages environment. Make sure to check out the github repository here
Interacting with the Tutorial
TODO
Stopping
To cancel the tutorial program's execution you can press Ctrl + C
in the running terminal.