Skip to content

A repository that serves to be a starting point in the journey of learning ROS. Also to serve as my quick reference.

Notifications You must be signed in to change notification settings

TheProjectsGuy/Learning_ROS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Learning ROS

ROS Version: Noetic OS: Ubuntu 20.04

This repository is for learning Robot Operating System (ROS) through a hands on approach.

Table of contents

Foreword

Things to keep in mind before getting started

Prerequisites

Before proceeding further, the following is needed:

  • It is assumed that you have basic knowledge of shell scripting and linux concepts. Skim through this anyways.
  • A ROS installation: This repository uses ROS Noetic, on Ubuntu 20.04 (Focal). Installation procedure can be found here.

    ROS installation page here

Knowledge about the following is a plus:

  • Git version control system: This may be useful in traversing this repository.

About the contents

The contents of this repository are organized as a tree. If one traverses in the mentioned order of links, then they shall cover the entire repository well (which is suggested for beginners). However, if one is looking for something specific, they can straightaway search and explore randomly.

This repository is actually a ROS Workspace which you can directly clone and build (more about these terms later). However, for beginners, it may be better to code and build everything on their own after understanding the material (rather than cloning, building and then running)

The following editors and IDEs are used extensively for the purpose of this repository:

More about IDEs suggested for ROS here

Contents

Contents in the order of traversal

S. No. Name Description
1 I0_Basic_Terminology.md Basic Terminology: Description about various terms and concepts used in ROS (you may want to keep this for reference)
2 T0_GS_Turtlesim.md Understanding ROS concepts without code: Basic ROS concepts demonstrated using turtlesim
3 T1_Workspace_Package.md Workspace and Package: Create your own workspace and packages
4 src/README.md Main Packages: Packages made for learning ROS

Folders

Description of folders present

S. No. Name Description
1 src Packages for the workspace. They contain the code
2 tutorials Contains tutorial and some information files

References and Credits

Developer: TheProjectsGuy

About

A repository that serves to be a starting point in the journey of learning ROS. Also to serve as my quick reference.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published