Code Monkey home page Code Monkey logo

home_service_robot's Introduction

Home_Service_Robot

In this project, I have used almost everything that I had learned in this Nanodegree Program to build a Home Service Robot in ROS.

Project Goal

The project goal is to simulate a full home service robot capable of navigating to pick up and deliver virtual objects.

Decscription

The project consist of following main parts:

  1. A Gazebo world and a mobile robot.
  2. The ROS packages: gmapping, turtlebot_teleop, turtlebot_rviz_launchers, and turtlebot_gazebo.

Directories Created

  1. map: Inside this directory, you will store your gazebo world file and the map generated from SLAM.
  2. scripts: Inside this directory, you’ll store your shell scripts.
  3. pick_objects: You will write a node that commands your robot to drive to the pickup and drop off zones.
  4. add_markers: You will write a node that model the object with a marker in rviz.

How it works

The mobile robot first drives around the house and scan it using lidar laser scanner for generating a static map about this place by turning the lidar data into depth camera data. Having the map, it uses odometry and laser data to localize itself with adaptive monte carlo localization (AMCL) using amcl_demo.launch ros file. Upon receiving a navigation goal, it plans forward the trajectory using Dijkstra's algorithm, a kind of uniform cost search path planning algorithm and navigate to the goal.

Some issues

I found some minor issues right now, which I will try to improve in future:

  1. Sometimes the robot is rotating too much. Maybe due to obstacle.
  2. After picking the virtual object it is still moving some distance.

Conclusion

In this final project, following knowledge is combinded:

  1. Fine-tuning the localizaton algorithm.
  2. Writing the ROS nodes to publish and subscribe to the required topic.
  3. Apply and tuning the mapping and trajectory planning algorithm.

home_service_robot's People

Contributors

shahudullahkhan avatar

Stargazers

 avatar

Watchers

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