Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

rqt_ptam dependencies missing #89

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rqt_ptam/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3)
project(rqt_ptam)

find_package(Qt4 COMPONENTS QtCore QtGui REQUIRED)
find_package(catkin REQUIRED)
find_package(catkin REQUIRED image_transport cv_bridge)


catkin_package()
Expand Down
5 changes: 4 additions & 1 deletion rqt_ptam/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@
<build_depend>ptam_com</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>image_transport</build_depend>

<run_depend>image_transport</run_depend>
<run_depend>cv_bridge</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>rqt_gui</run_depend>
<run_depend>rqt_gui_cpp</run_depend>

<export>
<rqt_gui plugin="${prefix}/plugin.xml"/>
</export>
</package>
</package>