From df1486fd6cca716c4b985d1726b1899b2ee90591 Mon Sep 17 00:00:00 2001 From: Alex Pereira Date: Sat, 11 Mar 2023 00:20:42 -0500 Subject: [PATCH] Updated README.md Signed-off-by: Alex Pereira --- README.md | 53 ++++++++++++++++++----------------------------------- 1 file changed, 18 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 13b9f8b..b930c41 100644 --- a/README.md +++ b/README.md @@ -1,48 +1,31 @@

FRC-AprilTags

-

- A repository that contains code to will run on FRC 2199's Nvidia Jetson Nano coprocessor during the 2023 season. -

- -

Setting Up the Jetson

-

- Please see the instructions here for setting up a Nvidia Jetson Nano. -

- -

Prerequisites

-

-

-

- -

How to install on Linux

-

- On linux run the following commands in order from terminal: - - sudo apt install python3 python3-dev python3-pip python3-pil python3-smbus git cmake ninja-build + + + + + Documentation Status + + + + +

+ FRC-Apriltags is a package developed by Alex Pereira, The Robo-Lions, and PIE3.

- - python3 -m pip install -U pip wheel setuptools frc-apriltags + This repository contains code to detect AprilTags from the tag16h5 family and send pertinent information to a RoboRio using NetworkTables.

-

How to install on Windows:

+

Documentation

- Install Python 3.10.6 for Windows, being sure to add Python to PATH. Then, install the required packages using this command: - - python.exe -m pip install -U pip wheel setuptools frc-apriltags + All documentation for FRC-AprilTags can be found here.

-

Writing Programs for Jetson

+

Installation

- This is addressed in the repository's wiki at https://github.com/PIE-Cubed/2023-Jetson-Code/wiki. + Installation instructions can be found here.

-

More details

+

License

- If you'd like to learn more, all of these sections (and more!) will be explained in greater detail in the repository's wiki at https://github.com/PIE-Cubed/2023-Jetson-Code/wiki. + See the license here.

\ No newline at end of file