Skip to content

Fix a bug in the GPS time parsing. #4

Fix a bug in the GPS time parsing.

Fix a bug in the GPS time parsing. #4

Workflow file for this run

on: [push, pull_request]
jobs:
test:
runs-on: [ubuntu-latest]
timeout-minutes: 30
strategy:
matrix:
ros_distro: [noetic]
ubuntu_distro: [focal]
arch: [amd64]
steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: ${{ matrix.ros_distro }}
- name: build and test
uses: ros-tooling/[email protected]
with:
package-name: nmea_navsat_driver
target-ros1-distro: ${{ matrix.ros_distro }}