Commit 7e4fb90 1 parent efcc9b0 commit 7e4fb90 Copy full SHA for 7e4fb90
File tree 3 files changed +30
-63
lines changed
3 files changed +30
-63
lines changed Original file line number Diff line number Diff line change @@ -16,67 +16,34 @@ set(DEPS_PKGCONFIG_LIST
16
16
trajectory_follower
17
17
)
18
18
19
- if (ROCK_QT_VERSION_4)
20
- if (ENABLE_DEBUG_DRAWINGS)
21
- list (APPEND DEPS_PKGCONFIG_LIST vizkit3d_debug_drawings)
22
- endif ()
23
-
24
- rock_library(ugv_nav4d
25
- SOURCES
26
- DiscreteTheta.cpp
27
- EnvironmentXYZTheta.cpp
28
- PathStatistic.cpp
29
- Planner.cpp
30
- PlannerDump.cpp
31
- PreComputedMotions.cpp
32
- Dijkstra.cpp
33
- ObstacleMapGenerator3D.cpp
34
- DebugDrawingDeclarations.cpp
35
- HEADERS
36
- Mobility.hpp
37
- DiscreteTheta.hpp
38
- EnvironmentXYZTheta.hpp
39
- PathStatistic.hpp
40
- Planner.hpp
41
- PlannerConfig.hpp
42
- PreComputedMotions.hpp
43
- Dijkstra.hpp
44
- ObstacleMapGenerator3D.hpp
45
- DEPS_PKGCONFIG
46
- ${DEPS_PKGCONFIG_LIST}
47
- )
19
+ if (ENABLE_DEBUG_DRAWINGS)
20
+ list (APPEND DEPS_PKGCONFIG_LIST vizkit3d_debug_drawings-commands)
48
21
endif ()
49
22
50
- if (ROCK_QT_VERSION_5)
51
- if (ENABLE_DEBUG_DRAWINGS)
52
- list (APPEND DEPS_PKGCONFIG_LIST vizkit3d_debug_drawings-qt5)
53
- endif ()
54
-
55
- rock_library(ugv_nav4d-qt5
56
- SOURCES
57
- DiscreteTheta.cpp
58
- EnvironmentXYZTheta.cpp
59
- PathStatistic.cpp
60
- Planner.cpp
61
- PlannerDump.cpp
62
- PreComputedMotions.cpp
63
- Dijkstra.cpp
64
- ObstacleMapGenerator3D.cpp
65
- DebugDrawingDeclarations.cpp
66
- HEADERS
67
- Mobility.hpp
68
- DiscreteTheta.hpp
69
- EnvironmentXYZTheta.hpp
70
- PathStatistic.hpp
71
- Planner.hpp
72
- PlannerConfig.hpp
73
- PreComputedMotions.hpp
74
- Dijkstra.hpp
75
- ObstacleMapGenerator3D.hpp
76
- DEPS_PKGCONFIG
77
- ${DEPS_PKGCONFIG_LIST}
78
- )
79
- endif ()
23
+ rock_library(ugv_nav4d
24
+ SOURCES
25
+ DiscreteTheta.cpp
26
+ EnvironmentXYZTheta.cpp
27
+ PathStatistic.cpp
28
+ Planner.cpp
29
+ PlannerDump.cpp
30
+ PreComputedMotions.cpp
31
+ Dijkstra.cpp
32
+ ObstacleMapGenerator3D.cpp
33
+ DebugDrawingDeclarations.cpp
34
+ HEADERS
35
+ Mobility.hpp
36
+ DiscreteTheta.hpp
37
+ EnvironmentXYZTheta.hpp
38
+ PathStatistic.hpp
39
+ Planner.hpp
40
+ PlannerConfig.hpp
41
+ PreComputedMotions.hpp
42
+ Dijkstra.hpp
43
+ ObstacleMapGenerator3D.hpp
44
+ DEPS_PKGCONFIG
45
+ ${DEPS_PKGCONFIG_LIST}
46
+ )
80
47
81
48
add_subdirectory (gui)
82
49
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ if(ROCK_QT_VERSION_5)
46
46
PlannerGui.h
47
47
MOC5
48
48
PlannerGui.h
49
- DEPS ugv_nav4d-qt5 Qt5::Core
49
+ DEPS ugv_nav4d Qt5::Core
50
50
DEPS_PKGCONFIG vizkit3d-qt5
51
51
vizkit3d-viz-qt5
52
52
maps-viz-qt5
@@ -61,14 +61,14 @@ if(ROCK_QT_VERSION_5)
61
61
rock_executable(ugv_nav4d_bin-qt5
62
62
SOURCES
63
63
Main.cpp
64
- DEPS ugv_nav4d-qt5 ugv_nav4d_gui-qt5
64
+ DEPS ugv_nav4d ugv_nav4d_gui-qt5
65
65
)
66
66
67
67
rock_executable(ugv_nav4d_replay-qt5
68
68
SOURCES
69
69
ReplayDump.cpp
70
- DEPS ugv_nav4d-qt5 ugv_nav4d_gui-qt5
70
+ DEPS ugv_nav4d ugv_nav4d_gui-qt5
71
71
DEPS_PKGCONFIG vizkit3d-qt5 maps-viz-qt5 base-viz-qt5
72
72
sbpl_spline_primitives-viz-qt5 base-types trajectory_follower-viz-qt5
73
73
)
74
- endif (ROCK_QT_VERSION_5)
74
+ endif (ROCK_QT_VERSION_5)
File renamed without changes.
You can’t perform that action at this time.
0 commit comments