Skip to content

Commit

Permalink
moved description files into realsense2_description package
Browse files Browse the repository at this point in the history
  • Loading branch information
Allison Thackston committed Mar 20, 2019
1 parent b7ae88f commit 52543ac
Show file tree
Hide file tree
Showing 17 changed files with 47 additions and 0 deletions.
30 changes: 30 additions & 0 deletions realsense2_description/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
cmake_minimum_required(VERSION 2.8.3)
project(realsense2_description)

find_package(catkin REQUIRED COMPONENTS
)

# RealSense ROS Node
catkin_package(
)


# Install launch files
install(DIRECTORY launch/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch
)

# Install rviz files
install(DIRECTORY rviz/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/rviz
)

# Install urdf files
install(DIRECTORY urdf/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/urdf
)

# Install mesh files
install(DIRECTORY meshes/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/meshes
)
File renamed without changes.
File renamed without changes.
17 changes: 17 additions & 0 deletions realsense2_description/package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<package format="2">
<name>realsense2_description</name>
<version>2.2.0</version>
<description>RealSense Camera description package for Intel 3D D400 cameras</description>
<maintainer email="[email protected]">Sergey Dorodnicov</maintainer>
<maintainer email="[email protected]">Doron Hirshberg</maintainer>
<license>Apache 2.0</license>

<url type="website">http://www.ros.org/wiki/RealSense</url>
<url type="bugtracker">https://github.com/intel-ros/realsense/issues</url>

<author email="[email protected]">Sergey Dorodnicov</author>
<author email="[email protected]">Doron Hirshberg</author>
<buildtool_depend>catkin</buildtool_depend>

</package>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 52543ac

Please sign in to comment.