Changed object detection frame message to be an array of object detections instead of arrays of fields (same for ObjectMap) #12
Workflow file for this run
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: Catkin Build | |
on: | |
pull_request: | |
branches: [noetic] | |
jobs: | |
build: | |
runs-on: ubuntu-20.04 | |
container: | |
image: osrf/ros:noetic-desktop-full | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install dependencies | |
shell: bash | |
run: | | |
scripts/install_for_actions.sh | |
source /opt/ros/noetic/setup.bash | |
cd catkin_ws | |
catkin build |