Skip to content

Commit

Permalink
updated maintainer, do not install include
Browse files Browse the repository at this point in the history
  • Loading branch information
petrlmat committed Feb 15, 2024
1 parent 958404c commit 5ce5bfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ install(TARGETS ${LIBRARIES}
RUNTIME DESTINATION ${CATKIN_GLOBAL_BIN_DESTINATION}
)

install(DIRECTORY launch config include msg
install(DIRECTORY launch config msg
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>1.0.0</version>
<description>Laser-inertial odometry by Tixiao Shan</description>

<maintainer email="petrapa6@fel.cvut.cz">Pavel Petracek</maintainer>
<maintainer email="matej.petrlik@fel.cvut.cz">Matej Petrlik</maintainer>
<author>Tixiao Shan ([email protected])</author>

<license>TODO</license>
Expand Down

0 comments on commit 5ce5bfb

Please sign in to comment.