Skip to content

berton7/SBRApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SBRApp

This repo contains the CLI for controlling the self balancing robot hosted here.

Features

  • Cross-platform support (linux/Windows)
  • Xbox 360 controller support
  • Bluetooth support

Building

To get the application you can either download the pre-compiled package or build it yourself. The building system is provided by cmake. Here are the platform-specific instructions:

Linux

Create a build directory inside this folder and run cmake:

mkdir build
cd build/
cmake ..

This will configure the project. You can view and set all the options running ccmake .. Once done, compile everything with make.

Windows

TODO Use cmake-gui and visual studio.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published