Skip to content

BhanuKiranChaluvadi/rover_motion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Simple euclidean motion of a rover

Requirements

An internet connection. This example will download the google test library the first time you run the CMake configure step. See the google test readme and here for details.

Building

$ mkdir build

$ cd build/

$ cmake ..

$ make

$ make test

Run binaries

-- binary [inputFile] [OutputFile]
$ ./rover_binary ../sample.txt ../output.txt

-- detailed unit test output
$ ./unit_tests

About

C++ Task by TTTech

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published