Skip to content

Commit

Permalink
Removed dependency on tf package.
Browse files Browse the repository at this point in the history
  • Loading branch information
peci1 committed Aug 30, 2018
1 parent 692a47e commit d7991ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(static_transform_mux)
find_package(catkin REQUIRED)

catkin_package(
CATKIN_DEPENDS rospy tf tf2_msgs
CATKIN_DEPENDS rospy tf2_msgs
)

install(PROGRAMS
Expand Down
1 change: 0 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

<buildtool_depend>catkin</buildtool_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>tf</exec_depend>
<exec_depend>tf2_msgs</exec_depend>

</package>

0 comments on commit d7991ed

Please sign in to comment.