Skip to content

Pathfinding and route-planning utilities for drone-based area surveying

License

Notifications You must be signed in to change notification settings

jmlowenthal/survey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building

Run cmake -DCMAKE_BUILD_TYPE=[Release|Debug] to create Makefile, then run make.

Unit tests

The test target (run make test) will execute the test but running the tests executable will give more verbose output. Run tests [#filename] -# to run the tests from a particular file, for example tests [#test_Position2D] -#.

Profiling

valgrind --tool=callgrind <executable>
kcachegrind <callgrind output>

About

Pathfinding and route-planning utilities for drone-based area surveying

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published