-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
34 lines (28 loc) · 1.22 KB
/
package.xml
File metadata and controls
34 lines (28 loc) · 1.22 KB
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
31
32
33
34
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>pj_bridge</name>
<version>0.5.0</version>
<description>Multi-backend bridge server (ROS2 / RTI DDS) that forwards topic content over WebSocket</description>
<maintainer email="davide.faconti@gmail.com">davide</maintainer>
<author email="davide.faconti@gmail.com">davide</author>
<license>AGPL-3.0</license>
<url type="repository">https://github.com/PlotJuggler/plotjuggler_bridge</url>
<url type="bugtracker">https://github.com/PlotJuggler/plotjuggler_bridge/issues</url>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>ament_index_cpp</depend>
<depend>rclcpp</depend>
<depend>sensor_msgs</depend>
<depend>nav_msgs</depend>
<build_depend>spdlog</build_depend>
<build_depend>nlohmann-json-dev</build_depend>
<build_depend>libzstd-dev</build_depend>
<exec_depend>ros2launch</exec_depend>
<exec_depend>launch_ros</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>geometry_msgs</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>