wiki
Getting startedGuidesFAQ
1.0.0
1.0.0
  • b-it-bots wiki
  • @home
    • Getting started
      • First steps
      • Setting up your development environment
        • Configuring your editor
        • Using ssh
      • Adding your first contribution
    • Tutorials
      • Architecture
    • Guides
      • git
        • Making good commits
        • Branching model
        • Adding git aliases to make your life easier
        • Creating a release
      • SSH
      • ROS
        • Creating a new package
          • Creating a new node
        • Creating a new message, service or action
        • Testing in ROS
        • Linting
      • Coding conventions
        • C++
        • Python
      • Toolkit
        • CLion
        • Atom configuration
        • Using vim
        • TMUX - Terminal Multiplexer
    • Resources
    • FAQ
      • git
  • @work
    • 2018-05-06-navigation-atwork
    • 2018-05-06-simulation_mapping
    • How to use the RealSense2 camera
    • Getting the classifier from a data set
Powered by GitBook
On this page
  • First steps
  • Tutorials
  • git
  • ROS

Was this helpful?

  1. @home

Getting started

Previousb-it-bots wikiNextFirst steps

Last updated 6 years ago

Was this helpful?

First steps

Tutorials

Here is a list of useful tutorials to get you started:

git

If you have never worked with git before, we recommend to go through the following basic git tutorials:

ROS

If you have never worked with ROS before, we recommend to go through the .

Start with the basics:

You should also follow the instructions provided in our .

is another good resource to get your concepts clear.

Git basics tutorial
Introduction to GitHub
Managing merge conflicts
Git branching
official beginner tutorials provided by ROS
introduction to ROS
Clearpath's Intro to ROS