Skip to content

Repository will contain progamming practice and other related material for TARs software workshops. Created for the 2024-2025 Academic Year. The foundation.

Notifications You must be signed in to change notification settings

Texas-Aerial-Robotics/software-workshop

Repository files navigation

TAR Software Workshop Repository


Hey y'all! Lets git it!

This repo will contain foundational programming material for software languages and platforms used in TAR.

Please take a look at our documenation on the TAR GitBook. Go to our Workshops space. (Currently WIP/Under Construction)

Git Configuration


To configure your Git account:

git config --global user.name "Your Name"

and

git config --global user.email "[email protected]"

This is good to do at the start once you have git installed. More on Git in our Gitbook linked above.

Linux Package Maintenance (If using Ubuntu)


Its good to keep your linux package tool up to date, call it Linux Maintenance. Run:

sudo apt update && sudo apt upgrade

Occasionally run this command when you are in your Ubuntu environment.

Yes you need to do this!!!!!!!!

About

Repository will contain progamming practice and other related material for TARs software workshops. Created for the 2024-2025 Academic Year. The foundation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published