BOW Logo
Docs
Intermediate

Multi-Robot Control

Welcome to this tutorial series in robotics powered by the BOW SDK. This is Layer 5 - Multi-Robot Control

Recommended Robots

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.

cd SDK-Tutorials/Step_5_Multi_Robot_Control

Then navigate to the language that you would like to use

cd DotNet/Bow_Tutorial_5

Build the solution

dotnet build

Execute the solution

dotnet run

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.

On this page