Skip to content

This repository will brief you with he tutorials for getting along with the Society. It hold the compilation of tutorials on various technologies we will be working with.

License

Notifications You must be signed in to change notification settings

aurs-juit/AURS-Tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aerial and Underwater Robotics Society | JUIT

This repository will brief you with the tutorials for getting along with the Society. It includes mainly tutorials for Git, LaTeX, Linux and contains a getting started assignment on using Git and LaTeX.

We have included the tutorials for Git Version Control System. This tutorial contains the content which is a part of a course in coursera.

This folder contains Latex tutorials for Documentations and Presentations

  • Documenting your work (Latex-Tutorial-forDocumentation.pdf)
  • Creating presentation (Latex-Tutorial-forPresentation.pdf)

We encourage you to make Vim as your primary editor, here you will find all that you need to know about it.

Contains basic commands to get you started with Linux

Introduction to the CAD Systems

We will be using Arduino IDE For our elementary works. Go though it for quick informations

Simulation software for Bots!

Learn to make circuits Diagrams and other visuals like designing PCB, Schematics

You would definetly need something to be the Brain of Bots!

We will work with python as it has support for numerous packages and liibraries.
It will be utilized in things ranging from IoT to Robotics to Computer Vision.

Docker

Installing on Ubuntu
(1) Set up the docker repository
$ sudo apt-get update
$ sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
$ sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
(2) Install Docker CE
$ sudo apt-get update
$ sudo apt-get install docker-ce
(3) Verify Installation
$ sudo docker run hello-world<br>


This Repository is only for the Tutorial purposes of AURS-JUIT but anyone can feel free to use it. This repository is regularly updated and maintained by Team members. Contributions: Feel free to Contribute anything in interest of ARS-JUIT

About

This repository will brief you with he tutorials for getting along with the Society. It hold the compilation of tutorials on various technologies we will be working with.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published