Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added fetch_calibration/COLCON_IGNORE
Empty file.
Empty file added fetch_depth_layer/COLCON_IGNORE
Empty file.
14 changes: 6 additions & 8 deletions fetch_description/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.5)
project(fetch_description)

find_package(catkin)
catkin_package()
find_package(ament_cmake REQUIRED)

install(DIRECTORY meshes
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
install(
DIRECTORY meshes robots
DESTINATION share/${PROJECT_NAME}
)

install(DIRECTORY robots
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
ament_package()
11 changes: 8 additions & 3 deletions fetch_description/package.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<package format="2">
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fetch_description</name>
<version>0.8.3</version>
<description>
Expand All @@ -21,7 +21,12 @@
<url type="bugtracker">https://github.com/fetchrobotics/fetch_ros/issues</url>
<url type="repository">https://github.com/fetchrobotics/fetch_ros</url>

<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>ament_cmake</buildtool_depend>

<exec_depend>urdf</exec_depend>
<exec_depend>xacro</exec_depend>

<export>
<build_type>ament_cmake</build_type>
</export>
</package>
Empty file.
Empty file added fetch_maps/COLCON_IGNORE
Empty file.
Empty file.
Empty file added fetch_navigation/COLCON_IGNORE
Empty file.
Empty file added fetch_ros/COLCON_IGNORE
Empty file.
Empty file added fetch_teleop/COLCON_IGNORE
Empty file.