Skip to content

Commit

Permalink
add initial jsk_2024_10_semi files
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Oct 16, 2024
1 parent 6a28528 commit c8c8a17
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions jsk_2024_10_semi/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
cmake_minimum_required(VERSION 2.8.3)
project(jsk_2019_10_semi)

find_package(catkin REQUIRED COMPONENTS)

catkin_package()

install(DIRECTORY euslisp
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

3 changes: 3 additions & 0 deletions jsk_2024_10_semi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# jsk_2024_10_semi


19 changes: 19 additions & 0 deletions jsk_2024_10_semi/package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<package>
<name>jsk_2024_10_semi</name>
<version>0.0.5</version>
<description>The jsk_2024_10_semi package</description>

<maintainer email="[email protected]">Kei Okada</maintainer>

<license>BSD</license>

<buildtool_depend>catkin</buildtool_depend>

<run_depend>fetcheus</run_depend>
<run_depend>jsk_maps</run_depend>
<run_depend>pr2eus</run_depend>

<export>
</export>
</package>

0 comments on commit c8c8a17

Please sign in to comment.