Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

BoB robotics examples

This folder contains example projects covering most of the capabilites of BoB robotics.

On Linux, the examples can be built by running:

cd /path/to/example
mkdir build
cd build
cmake ..
make -j 6

Then to run you use:

./nameOfExample

Old method:

cd examples
./build_all.sh

Windows users can build the examples with the CMakeLists.txt file in this folder.