Skip to content

[Fix] Prevent LiDAR map propagation before having enough number of cl… #2

[Fix] Prevent LiDAR map propagation before having enough number of cl…

[Fix] Prevent LiDAR map propagation before having enough number of cl… #2

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build-melodic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile_melodic_18_04 --tag mins:melodic
build-noetic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile_noetic_20_04 --tag mins:noetic