-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parse geofence information from QGC mission file
- Loading branch information
1 parent
d2543e2
commit e5e4674
Showing
7 changed files
with
122 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,9 +9,7 @@ find_package(ompl REQUIRED) | |
find_package(Boost REQUIRED COMPONENTS serialization system filesystem) | ||
|
||
include(cmake/CPM.cmake) | ||
CPMAddPackage("gh:nlohmann/[email protected]") | ||
|
||
# find_package(nlohmann_json 3.10.5 REQUIRED) | ||
CPMAddPackage("gh:nlohmann/[email protected]") | ||
|
||
find_package(catkin REQUIRED COMPONENTS | ||
eigen_catkin | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
terrain_planner_benchmark/launch/run_dynamic_rallypoints.launch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters