We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01dbef0 + 93969a0 commit 0c72ab0Copy full SHA for 0c72ab0
package.xml
@@ -21,11 +21,17 @@
21
<build_depend>octomap</build_depend>
22
<build_depend>roscpp</build_depend>
23
<build_depend>rviz</build_depend>
24
+ <build_depend>qtbase5-dev</build_depend>
25
+ <build_depend>libqt5-core</build_depend>
26
+ <build_depend>libqt5-widgets</build_depend>
27
28
<run_depend>octomap_msgs</run_depend>
29
<run_depend>octomap</run_depend>
30
<run_depend>roscpp</run_depend>
31
<run_depend>rviz</run_depend>
32
+ <run_depend>qtbase5-dev</run_depend>
33
+ <run_depend>libqt5-core</run_depend>
34
+ <run_depend>libqt5-widgets</run_depend>
35
36
<export>
37
<rviz plugin="${prefix}/plugin_description.xml"/>
0 commit comments