-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved description files into realsense2_description package
- Loading branch information
Allison Thackston
committed
Mar 20, 2019
1 parent
b7ae88f
commit 52543ac
Showing
17 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.