Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 672 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 672 Bytes

uOttawa Rocketry Antenna Tracker

Summed up, track the rocket and follow it with an antenna

Important info

Currently this repository is split into 2 sections.
Antenna_Tracker_Code (legacy repository)
&
AntennaTrackerWS (in work repository)

How to build yourself (on Ubuntu)

Install These technologies
Python3
ROS 2 Jazzy Jalisco
Run these commands

git clone <repo-url>
cd antenna-tracker/AntennaTrackerWS
python -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt

Notes

When running colcon build, make sure to deactivate the virtual enviroment.