forked from ekumenlabs/roscpp_android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ekumenlabs#58 from Intermodalics/add-urdf-and-robo…
…t-state-publisher Enable robot_state_publisher and dependencies
- Loading branch information
Showing
4 changed files
with
41 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- catkin_ws/src/urdf/urdf/CMakeLists.txt | ||
+++ catkin_ws/src/urdf/urdf/CMakeLists.txt | ||
@@ -26,7 +26,7 @@ | ||
catkin_package( | ||
LIBRARIES ${PROJECT_NAME} | ||
INCLUDE_DIRS include ${CATKIN_DEVEL_PREFIX}/include | ||
- CATKIN_DEPENDS rosconsole_bridge roscpp | ||
+ CATKIN_DEPENDS pluginlib rosconsole_bridge roscpp | ||
DEPENDS urdfdom_headers urdfdom Boost TinyXML | ||
) | ||
install(FILES ${generated_compat_header} DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}) |