GithubHelp home page GithubHelp logo

hurtadosanti / home-service-robot Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 152 KB

On this Udacity project we simulate a full home service robot capable of navigating to pick up and deliver virtual objects.

License: MIT License

Shell 4.35% CMake 60.03% C++ 35.62%
ros amcl

home-service-robot's Introduction

Home Service Robot

On this Udacity project we simulate a full home service robot capable of navigating to pick up and deliver virtual objects. The robot we use is the turtlebot provided by ROS. The robot is capable to localize, map and navigate using a fusion of LIDAR, camera and odometer. We have used the SLAM_gmapping module and the AMCL adaptive Monte Carlo localization provided by ROS.


Introduction

Localization and Mapping

GMapping is a highly efficient Rao-Blackwellized particle filer to learn grid maps from laser range data. Using SLAM_gmapping, you can create a 2-D occupancy grid map from laser and pose data collected by the robot.

Navigation

For navigation and object avoidance we use the ROS Navigation stack, which is based on the Dijkstra's, a variant of the Uniform Cost Search algorithm.


Dependencies

Installation

  • Create a workspace

      mkdir -p catkin_ws
      cd catkin_ws
    
  • Clone this repository on the src folder location

      git clone --recursive [email protected]:hurtadosanti/home-service-robot.git ./src
    
  • Initialize workspace

      cd src
      catkin_init_workspace
    
  • Build

      cd ..
      catkin_make
    

Execution

Run the main program in a terminal with X support

cd catkin_ws
source devel/setup.bash
./src/scripts/home_service.sh

License

MIT License Copyright (c) 2021 Santiago Hurtado

home-service-robot's People

Contributors

hurtadosanti 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.