MarineRoboticsGroup / cora

This is the official repository for the paper "Certifiably Correct Range-Aided SLAM"
14 stars 1 forks source link

Implemented an example file for testing #19

Closed alanpapalia closed 7 months ago

alanpapalia commented 7 months ago
alanpapalia commented 7 months ago

Ready for review @TimMagoun if you're mentally prepared to look at some performant code :sunglasses:

alanpapalia commented 7 months ago

reworked it to fix magic numbers, but since the vals are only used inside a single function, I preferred to keep them inside the source file instead of the header file.

Also, entirely removed OpenMP -- good call!