Skip to content

Commit

Permalink
removing rospy for #18
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Aug 3, 2013
1 parent bf75316 commit 6c8ea39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tf2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ catkin_python_setup()
catkin_package(
INCLUDE_DIRS include
LIBRARIES tf2
CATKIN_DEPENDS geometry_msgs tf2_msgs rospy roscpp)
CATKIN_DEPENDS geometry_msgs tf2_msgs roscpp)

include_directories(include ${catkin_INCLUDE_DIRS})
include_directories (src/bt)
Expand Down
1 change: 0 additions & 1 deletion tf2_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ catkin_package(
message_filters
roscpp
rosgraph
rospy
tf2
tf2_msgs
)
Expand Down

0 comments on commit 6c8ea39

Please sign in to comment.