Giter Site home page Giter Site logo

roboticsnd's Introduction

my notes as I work through for Udacity's Robotics Nanodegree

1. Intro to the ND

Introduces the ND and requirements.

Robotics is growing tremondsouly, and many companies are building out their robotics departments.

The Udacity ND is built with industry partners and very focused on making things happen with code - so more vocational rather than academic.

What is a Robot?

  • a robot has 3 essentials: sensors, capibility to make a decision and ability to perform an action
  • A machine which performs a task somewhat autonomously - either by itself like a drone flying by itself or with limited guidance like surgical robotics.
  • is a google home a robot? since it takes in inputs, thinks and performs a task.
  • decision making is an essential part of what makes a robot a robot. doesn't need to be AI, just some sort of computational decision making

Project: Search and Sample Return

Udacity has built a simulator for this project. Simulators are a huge part of robotics development, two main ones:

  • Unity offers photorealistic image quality, which is great for computer vision (and I imagine demos) and many teams are working to integrate it with ROS
  • Gazebo has a realistic physics engine and integrates well with ROS

Configure environment by following the steps here

In this project we:

  • focus on the image data coming from a front facing camera on the rover
  • telemetery data: rover's position, throttle, brake, steering angle, speed, roll, pitch, yaw etc

Start the project by:

Record simulator data in training mode, where you control the rover and record the session as a series of image alongside a csv file which saves image name along with corresponding telemetery data.

Read camera images to make a map of the area. Since the drivable area is light and everything else is dark, the problem is simple: map the light/dark areas and assume light areas can be driven on.

roboticsnd's People

Contributors

khalido avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.