-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.xml
26 lines (22 loc) · 937 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
23
24
25
26
<?xml version="1.0"?>
<package format="2">
<name>ntrip_client</name>
<version>1.4.0</version>
<description>NTRIP client that will publish RTCM corrections to a ROS topic, and optionally subscribe to NMEA messages to send to an NTRIP server</description>
<author>Parker Hannifin Corp</author>
<maintainer email="[email protected]">Rob Fisher</maintainer>
<maintainer email="[email protected]">Melissa Gill</maintainer>
<license>MIT</license>
<url type="website">https://github.com/LORD-MicroStrain/ntrip_client</url>
<depend>rospy</depend>
<depend>std_msgs</depend>
<depend>rtcm_msgs</depend>
<depend>nmea_msgs</depend>
<depend>sensor_msgs</depend>
<depend>python3-serial</depend>
<buildtool_depend>catkin</buildtool_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>