Skip to content

Commit

Permalink
make jsk_fetch_accessories to ros package
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed Feb 23, 2020
1 parent b1a271c commit b708657
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jsk_fetch_robot/jsk_fetch_accessories/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
project(jsk_fetch_accessories)
find_package(catkin)
catkin_package()
13 changes: 13 additions & 0 deletions jsk_fetch_robot/jsk_fetch_accessories/package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<package>
<name>jsk_fetch_accessories</name>
<version>1.0.0</version>
<description>
jsk_fetch_accessories
</description>
<maintainer email="[email protected]">Kei Okada</maintainer>
<license>BSD</license>
<url></url>
<buildtool_depend>catkin</buildtool_depend>
<export>
</export>
</package>

0 comments on commit b708657

Please sign in to comment.