Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
fix dependency error
Browse files Browse the repository at this point in the history
  • Loading branch information
okanasik committed Sep 27, 2018
1 parent cdb5ee5 commit c4cad66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8)
project(visualstates)

find_package(catkin REQUIRED COMPONENTS roscpp)
find_package(catkin REQUIRED COMPONENTS roscpp rospy std_msgs)

catkin_python_setup()
catkin_package(INCLUDE_DIRS include)
Expand Down
6 changes: 6 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<maintainer email="[email protected]">Okan Aşık</maintainer>
<license>GPLv3</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>std_msgs</build_depend>
<run_depend>std_msgs</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>python-rospkg</run_depend>
<run_depend>python-qt5-bindings</run_depend>
<run_depend>python-qt5-bindings-qsci</run_depend>
Expand Down

0 comments on commit c4cad66

Please sign in to comment.