Skip to content

Commit 6dbfe32

Browse files
committed
package cleanup
1 parent a6da9d8 commit 6dbfe32

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CMakeLists.txt

-5
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,6 @@ rospy
130130

131131
## Specify additional locations of header files
132132
## Your package locations should be listed before other locations
133-
include_directories(
134-
# include
135-
${catkin_INCLUDE_DIRS}
136-
)
137133

138134
## Declare a C++ library
139135
# add_library(${PROJECT_NAME}
@@ -175,7 +171,6 @@ include_directories(
175171
## Mark executable scripts (Python etc.) for installation
176172
## in contrast to setup.py, you can choose the destination
177173

178-
179174
## Mark executables and/or libraries for installation
180175
# install(TARGETS ${PROJECT_NAME} ${PROJECT_NAME}_node
181176
# ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}

package.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- One maintainer tag required, multiple allowed, one person per tag -->
88
<!-- Example: -->
99
<!-- <maintainer email="[email protected]">Jane Doe</maintainer> -->
10-
<maintainer email="mauch@fzi.de">Felix Mauch</maintainer>
10+
<maintainer email="felix_mauch@web.de">Felix Mauch</maintainer>
1111

1212
<!-- One license tag required, multiple allowed, one license per tag -->
1313
<!-- Commonly used license strings: -->
@@ -46,6 +46,9 @@
4646
<!-- <doc_depend>doxygen</doc_depend> -->
4747
<buildtool_depend>catkin</buildtool_depend>
4848
<build_depend>rospy</build_depend>
49+
<exec_depend>catkin_pkg</exec_depend>
50+
<exec_depend>python-argparse</exec_depend>
51+
<exec_depend>python-yaml</exec_depend>
4952
<exec_depend>rospy</exec_depend>
5053
<exec_depend>tmux</exec_depend>
5154

0 commit comments

Comments
 (0)