-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
30 lines (23 loc) · 937 Bytes
/
package.xml
File metadata and controls
30 lines (23 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<package format="3">
<name>webrtc_ros</name>
<version>59.0.4</version>
<description>A collection of ROS utilities for using WebRTC with ROS</description>
<author email="chitiva@fly4future.com">Cristian Chitiva</author>
<maintainer email="spurny@fly4future.com">Vojtech Spurny</maintainer>
<license>BSD</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>rclcpp</depend>
<depend>sensor_msgs</depend>
<depend>libgstreamer1.0-dev</depend>
<depend>libgstreamer-plugins-base1.0-dev</depend>
<depend>libgstreamer-plugins-bad1.0-dev</depend> <!-- For webrtc plugin -->
<exec_depend>gstreamer1.0-nice</exec_depend>
<exec_depend>gstreamer1.0-plugins-bad</exec_depend>
<exec_depend>gstreamer1.0-plugins-ugly</exec_depend>
<depend>nlohmann-json-dev</depend>
<depend>libwebsocketpp-dev</depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>