Skip to content

fix layout

fix layout #9021

Workflow file for this run

name: ros2-build
on:
pull_request:
push:
branches: ["**"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container:
image: ros:humble
steps:
- name: Create Workspace and checkout code
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
- name: Grant execute permissions
run: |
chmod +x ./.github/workflows/setup.sh
- name: Build
# GITHUB_ACTIONS=false: workaround for vamp nanobind stub install path bug — see manipulation/packages/vamp_moveit_plugin/ReadMe.md#ci-build-note
run: . /opt/ros/humble/setup.sh && ./.github/workflows/setup.sh && export GPD_INSTALL_DIR="$(pwd)/install/gpd" && export GITHUB_ACTIONS=false && colcon build --symlink-install