Obstacle/heat mapping robot
Go to file
Rihards Skuja 0d28903b2c
Fix code duplication between both code bases
Both the robot and the base station had a lot of code that was
identical, like data structs, constants, radio library etc. The chosen
solution was to extract all shared code into a static library and link
the station and robot against it.
2018-01-20 22:51:44 +02:00
base_station Fix code duplication between both code bases 2018-01-20 22:51:44 +02:00
common Fix code duplication between both code bases 2018-01-20 22:51:44 +02:00
robot Fix code duplication between both code bases 2018-01-20 22:51:44 +02:00
.gitignore Fix code duplication between both code bases 2018-01-20 22:51:44 +02:00
.travis.yml Rework Makefile 2017-11-22 12:48:15 +02:00
LICENSE Create LICENSE 2017-11-24 11:36:08 +00:00
Makefile Add initial code for the base station 2018-01-19 18:13:16 +02:00
README.md Add Travis CI build status 2017-11-22 07:26:46 +00:00

BST-KP

Build Status