Skip to content

[REVERT] revert abb_compute_reachability.py -> moving image visualiza… #19

[REVERT] revert abb_compute_reachability.py -> moving image visualiza…

[REVERT] revert abb_compute_reachability.py -> moving image visualiza… #19

Workflow file for this run

name: build
on:
push:
branches: [ 'master', 'develop' ]
pull_request:
branches: [ 'master', 'develop' ]
jobs:
build-linux:
strategy:
max-parallel: 5
matrix:
os: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04]
runs-on: ${{matrix.os}}
steps:
- name: Checkout ABB_DUAL_ARM repository
uses: actions/checkout@v3
- name: Build, test, push base docker (Ubuntu 20.04)
run: cd docker && docker build -t rmdlo-abb_dual_arm:noetic -f Dockerfile.noetic ..