Skip to content

Commit bf5c0e3

Browse files
committed
modified ament_imgui
1 parent 33d13d0 commit bf5c0e3

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
.idea
88

99
# VisualCode config
10-
*.vscode/*
10+
**.vscode
11+
**.cache
1112

1213
# colcon/CMake output
13-
build
14-
install
15-
log
14+
**build
15+
**install
16+
**log
1617
COLCON_IGNORE

Other/ptu_tracking/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ find_package(interbotix_xs_msgs)
1818
find_package(Boost REQUIRED COMPONENTS system)
1919

2020
if(USE_GUI)
21-
find_package(ament_imgui)
21+
find_package(ament_imgui REQUIRED)
2222
set(CONDITIONAL_IMGUI "ament_imgui")
2323
add_compile_definitions("USE_GUI=1")
2424
endif()

Other/ptu_tracking/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<depend>std_msgs</depend>
1919
<depend>Boost</depend>
2020
<depend>interbotix_xs_msgs</depend>
21+
<depend>ament_imgui</depend>
2122

2223
<test_depend>ament_lint_auto</test_depend>
2324
<test_depend>ament_lint_common</test_depend>

Visualization/ament_imgui

0 commit comments

Comments
 (0)