Skip to content

Commit

Permalink
fix opencv deps github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay-lanka committed Oct 23, 2023
1 parent 7cf5530 commit be18b29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
steps:
# We want to use GitHub CI checkout version 3 to check out our branch
- uses: actions/checkout@v3
- uses: Dovyski/setup-opencv-action@v1.1
with:
opencv-version: '4.6.0'

# Install some system pacakges
- name: Install build packages
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Human-Detection-and-Localization

[![HDAL Tests and CodeCov Report](https://github.com/vinay-lanka/Human-Detection-and-Localization/actions/workflows/test.yaml/badge.svg)](https://github.com/vinay-lanka/Human-Detection-and-Localization/actions/workflows/test.yaml)



[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

**HDAL**: A robust perception stack for delivery robots to navigate sidewalks by detecting and localizing human obstacles.

This repository contains the deliverables for the Midterm Project of **Vikram Setty** (119696897) and **Vinay Lanka** (12041665) as a part of the course *ENPM808X: Software Development for Robotics* at the University of Maryland.
Expand Down

0 comments on commit be18b29

Please sign in to comment.