Git Product home page Git Product logo

udacity-homeservicebot's Introduction

Udacity-HomeServiceBot

Udacity's Robotics Software Engineer last project.

Bomb disposal home bot:

The objective: this project is the exemplification of some the concepts learned throughout the course "Robotics Software Engineer", these concepts involve, localization, mapping and navigation.

How to:

First create you catkin_ws, src and init the catkin workspace

Resources:

Clone this repo and paste all the content from "src" inside your own catkin_ws/src

https://github.com/BlackKnightBR/Udacity-HomeServiceBot.git

Also clone inside src:

https://github.com/turtlebot/turtlebot_interactions.git

Execution:

Do "catkin_make" at catkin_ws and source devel/setup.bash

Navigate to the scripts folder inside src, give exe permission to home_service.sh

chmod +x home_service.sh

./home_service.sh

Watch the little bot retriev a bomb and take it to a safe zone outside the house.

Important: don't forget to "add"->"markers" inside rviz

Slam test:

Autonomously map the environment you designed earlier with the Building Editor in Gazebo. But before you tackle autonomous mapping, it’s important to test if you are able to manually perform SLAM by teleoperating your robot. The goal of this step is to manually test SLAM.

My large image

Localization and Navigation:

We will be using the ROS Navigation stack, which is based on the Dijkstra's, a variant of the Uniform Cost Search algorithm, to plan our robot trajectory from start to goal position. The ROS navigation stack permits your robot to avoid any obstacle on its path by re-planning a new trajectory once your robot encounters them. You are familiar with this navigation stack from the localization project where you interfaced with it and sent a specific goal for your robot to reach while localizing itself with AMCL

My large image

Pick Objects

The ROS navigation stack creates a path for your robot based on Dijkstra's algorithm, a variant of the Uniform Cost Search algorithm, while avoiding obstacles on its path.

My large image

Add Markers

The virtual object is the one being picked and delivered by the robot, thus it should first appear in its pickup zone, and then in its drop off zone once the robot reaches it.

My large image

Bomb disposal bot!

Initially show the marker at the pickup zone My large image Hide the marker once your robot reaches the pickup zone My large image Show the marker at the drop off zone once your robot reaches it My large image

References:

Ross Wiki:

Udacity and peer repos:

Reference list:

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.