This repo contains the modules we are developing for the RSA assignment
- BeaconFinder: Uses RANSAC to find beacons and publish them to a topic
- Localiser: Keeps and updates a Kalman filter
Go into each module and run:
$ cmake .
$ rosmake
This will build all the modules and messages. You can now run the code.