From 00078b7a128390ee4c7ed15152aa705657b2e90f Mon Sep 17 00:00:00 2001 From: Eli Byrd Date: Wed, 31 Jan 2024 04:24:39 -0600 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43c210d..f1a2cbd 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ ![GitHub release (latest by date)](https://img.shields.io/github/v/release/MissouriMRDT/Autonomy_Software_Python?style=flat) ![GitHub pull requests](https://img.shields.io/github/issues-pr/MissouriMRDT/Autonomy_Software_Python?style=flat) ![GitHub issues](https://img.shields.io/github/issues/MissouriMRDT/Autonomy_Software_Python) -![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/MissouriMRDT/Autonomy_Software_Python/Autonomy%20Flake8%20Linter/dev?label=flake8%20linter&style=flat) -![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/MissouriMRDT/Autonomy_Software_Python/Autonomy%20Unit%20Tests/dev?label=unit%20tests&style=flat) +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/MissouriMRDT/Autonomy_Software_Python/Autonomy_Linter.yml?branch=dev&style=flat&label=flake8%20linter) +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/MissouriMRDT/Autonomy_Software_Python/Autonomy_Unit_Tests.yml?branch=dev&style=flat&label=unit%20tests) + This repo contains the Autonomy software stack for the current iteration of the Mars Rover Design Team's Rover designed to compete at the University Rover Challenge. The software is developed to run on a Jetson Xavier NX development board.