Giter Site home page Giter Site logo

sunhongyang7 / ros-turtlebot-navigation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bostoncleek/ros-turtlebot-navigation

0.0 0.0 0.0 11.37 MB

Custom navigation stack for Turtlebot3. Includes Fast SLAM, EKF SLAM, several path planners, and a model predictive path integral controller.

C++ 85.51% CMake 14.49%

ros-turtlebot-navigation's Introduction

Boston Cleek

ROS TurtleBot Navigation from Scratch

Description

The goal is to create a fully autonomous navigation stack for a TurtleBot from scratch.

This repository contains rao-blackwellized particle filter slam, EKF SLAM (known and unknown data association), several global path planners (Theta* , D* light, Potential Field), and control (MPPI and proportional feedback).

Currently this repo contains the necessary software to run both SLAM implementations on an actual TurtleBot or you can run the in sim using the gazebo plugin.

Packages

  • bmapping: rao-blackwellized particle filter slam (a.k.a gmapping or Fast SLAM for grid mapping)
  • nuslam: EKF SLAM and feature detection (cylindrical landmarks)
  • planner: Global path planning in continous and discrete space
  • controller Model predicive path integral control for the TurtleBot using a kinematic model of a differential drive robot
  • rigi2d: 2D Lie Group transformations, vectors, twists, model of differential drive robot, singleton pattern for random number generation, waypoint following using proportional control, and nodes for modeling encoders readings and odometry
  • nuturtle_description: Contains URDF and config files relative to the TurtleBot3 hardware
  • nuturtle_gazebo: Contains a gazebo plugin to emulate low level controls and lidar sensing in simulation
  • nuturtle_robot: Interfaces with TurtleBot3 hardware and contains launch files for waypoint following
  • tsim: Nodes to test capabilites of rigid2d packages using turtlesim

Getting Started

1) Required Files

Use the nuturtle.rosinstall file to clone the required packages.

mkdir -p turtlebot_nav/src
cd ~/turtlebot_nav/src
wstool init .
wstool merge -t . https://raw.githubusercontent.com/bostoncleek/ROS-Turtlebot-Navigation/master/nuturtle.rosinstall
wstool update -t .
cd ~/turtlebot_nav
catkin_make

2) Start Mapping

The two main packages are bmapping and nuslam check out their repo's to use both SLAM implementations.

Future Development

  • Test bmapping and nuslam on TurtleBot
  • Develop a full state local planner and integration into the global planner
  • Use MPPI control to traverse the local motion plan.
  • Manually place waypoints by clicking on locations of the map in rviz and the TurtleBot will autonomously drive to them
  • TurtleBot explores autonomously (drives to low entropy areas in map or searches for objects)

ros-turtlebot-navigation's People

Contributors

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