ROS-82: Add an option to populate orientation field in sensor_msgs::Imu with an estimated value #680
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ouster-ros | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
matrix: | |
ros_distro: | |
- noetic | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
submodules: true | |
- name: Build the Docker image | |
run: | | |
docker build . \ | |
--build-arg ROS_DISTRO=${{ matrix.ros_distro }} \ | |
--file Dockerfile \ | |
--tag ouster-ros-${{ matrix.ros_distro }}:$(date +%s) |