Skip to content

add incwaveheight service message #330

add incwaveheight service message

add incwaveheight service message #330

Workflow file for this run

name: Build and test
on: [push, pull_request]
jobs:
tests:
name: Build and test
runs-on: ubuntu-22.04
strategy:
matrix:
include:
- ros-distro: "humble"
container:
image: ubuntu:22.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build and Test
run: .github/workflows/build-and-test.sh
env:
ROS_DISTRO: ${{ matrix.ros-distro }}