Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 257 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 257 Bytes

Description

  • Simulate movement

Requirements

cmake, build-essentials

Quick Start

$ mkdir cmake-build-debug
$ cmake -B cmake-build-debug/ -G Ninja .
$ ninja -C cmake-build-debug/
$ ./simulator_0

TODOs:

  • use c++ smart pointers