-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
22 lines (19 loc) · 906 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package>
<name>cwru_ros_camera</name>
<version>1.0.0</version>
<description>Improved gazebo_camera plugin.</description>
<maintainer email="[email protected]">Tom Shkurti</maintainer>
<!--What is roadprintz's code licensed as?-->
<license>TODO</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend> <run_depend>roscpp</run_depend>
<build_depend>gazebo_ros</build_depend> <run_depend>gazebo_ros</run_depend>
<build_depend>gazebo_ros_control</build_depend> <run_depend>gazebo_ros_control</run_depend>
<build_depend>gazebo_plugins</build_depend> <run_depend>gazebo_plugins</run_depend>
<build_depend>image_manip</build_depend> <run_depend>image_manip</run_depend>
<export>
<!--This creates a plugin file called libcwru_ros_camera.so -->
<gazebo_ros plugin_path="${prefix}/lib" gazebo_media_path="${prefix}"/>
</export>
</package>