Skip to content

Implementation of FastSLAM 1.0 as presented by Montemerlo et al. (2002)

License

Notifications You must be signed in to change notification settings

USC-ACTLab/FastSLAM

Repository files navigation

FastSLAM

unit test badge

Implementation of FastSLAM 1.0 as presented by Montemerlo et al. (2002)

Building the Library

To build the library, run the following commands from the root directory:

cmake -B build -S .
cmake --build build -j2

To build the tests, instead run:

cmake -B build -S . -DBUILD_TESTS=ON -DUSE_MOCK=ON
cmake --build build -j2
cd build && ctest

About

Implementation of FastSLAM 1.0 as presented by Montemerlo et al. (2002)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published