Skip to content

mitchellspryn/ClankRoboticsPlatform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ClankRoboticsPlatform

This repo contains a framework for building a robot using the UDOO quad. See the blog post for more information.

The code that runs on the UDOO's ARM processor can be found in the clank/ subdirectory, and can be built and run using

$ cd clank/
$ mkdir build
$ cd build
$ cmake .. && make
$ ./bin/StartTeleoperatedRobot

Unit tests can be run by building the project and running

$ ./bin/RunAllUnitTests.sh

The frontend is an eclipse project, and can be used to connect to the robot once the teleoprated daemon is running.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published