Skip to content

Commit ceb6e5d

Browse files
committed
Updating README with better status tracking
1 parent 4892806 commit ceb6e5d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gps_umd [![Build Status](https://travis-ci.org/swri-robotics/gps_umd.svg?branch=dashing-devel)](https://travis-ci.org/swri-robotics/gps_umd)
1+
gps_umd
22
=======
33

44
This package contains messages for representing data from GPS devices and algorithms for manipulating it.
@@ -7,6 +7,14 @@ This branch converts the messages and algorithms in this repository to support R
77

88
There have been a few architectural changes; if you were using these packages in ROS1, note that the `gps_common` package has been split into two packages: `gps_msgs` contains only message definitions, and `gps_tools` contains the nodes and scripts that were in `gps_common`. In addition, all of the C++ nodes that were in this repository have been converted into Components.
99

10+
Build Status
11+
--------
12+
ROS2 Distro | Branch | Build status | Released packages
13+
:---------: | :----: | :----------: | :---------------:
14+
**Humble** | [`humble`](https://github.com/swri-robotics/gps_umd/tree/ros2-devel) | [![CI](https://github.com/swri-robotics/gps_umd/workflows/CI/badge.svg?branch=ros2-devel)](https://github.com/swri-robotics/gps_umd/blob/ros2-devel/.github/workflows/main.yml?branch=ros2-devel) <br /> [![ROS2 Build Farm](http://build.ros2.org/buildStatus/icon?job=Hdev__gps_umd__ubuntu_jammy_amd64)](https://build.ros2.org/job/Hdev__gps_umd__ubuntu_jammy_amd64/) | [gps_msgs](https://index.ros.org/p/gps_msgs/github-swri-robotics-gps_umd/#humble) <br /> [gps_tools](https://index.ros.org/p/gps_tools/github-swri-robotics-gps_umd/#humble) <br /> [gpsd_client](https://index.ros.org/p/gpsd_client/github-swri-robotics-gps_umd/#humble)
15+
**Jazzy** | [`jazzy`](https://github.com/swri-robotics/gps_umd/tree/ros2-devel) | [![CI](https://github.com/swri-robotics/gps_umd/workflows/CI/badge.svg?branch=ros2-devel)](https://github.com/swri-robotics/gps_umd/blob/ros2-devel/.github/workflows/main.yml?branch=ros2-devel) <br /> [![ROS2 Build Farm](http://build.ros2.org/buildStatus/icon?job=Jdev__gps_umd__ubuntu_noble_amd64)](https://build.ros2.org/job/Hdev__gps_umd__ubuntu_jammy_amd64/) | [gps_msgs](https://index.ros.org/p/gps_msgs/github-swri-robotics-gps_umd/#jazzy) <br /> [gps_tools](https://index.ros.org/p/gps_tools/github-swri-robotics-gps_umd/#jazzy) <br /> [gpsd_client](https://index.ros.org/p/gpsd_client/github-swri-robotics-gps_umd/#jazzy)
16+
**Rolling** | [`rolling`](https://github.com/swri-robotics/gps_umd/tree/ros2-devel) | [![CI](https://github.com/swri-robotics/gps_umd/workflows/CI/badge.svg?branch=ros2-devel)](https://github.com/swri-robotics/gps_umd/blob/ros2-devel/.github/workflows/main.yml?branch=ros2-devel) <br /> [![ROS2 Build Farm](http://build.ros2.org/buildStatus/icon?job=Rdev__gps_umd__ubuntu_noble_amd64)](https://build.ros2.org/job/Hdev__gps_umd__ubuntu_jammy_amd64/) | [gps_msgs](https://index.ros.org/p/gps_msgs/github-swri-robotics-gps_umd/#rolling) <br /> [gps_tools](https://index.ros.org/p/gps_tools/github-swri-robotics-gps_umd/#rolling) <br /> [gpsd_client](https://index.ros.org/p/gpsd_client/github-swri-robotics-gps_umd/#rolling)
17+
1018
NavSatFix vs. GPSFix
1119
--------------------
1220

0 commit comments

Comments
 (0)