Skip to content

Commit

Permalink
added tf2_eigen to dependencies, so that building with catkin tools d…
Browse files Browse the repository at this point in the history
…oes not fail anymore
  • Loading branch information
Jan Heitmann authored and TSC21 committed Jan 29, 2019
1 parent 26e0b47 commit 1b55eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mavros_extras/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ find_package(catkin REQUIRED COMPONENTS
visualization_msgs
urdf
tf
tf2_eigen
)

## System dependencies are found with CMake's conventions
Expand Down
1 change: 1 addition & 0 deletions mavros_extras/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<depend>visualization_msgs</depend>
<depend>urdf</depend>
<depend>tf</depend>
<depend>tf2_eigen</depend>

<export>
<mavros plugin="${prefix}/mavros_plugins.xml" />
Expand Down

0 comments on commit 1b55eb5

Please sign in to comment.