Giter Club home page Giter Club logo

diff-drive-robot's Introduction

Robotics Project

NUS, EE4308, AY19/20, Semester 2

Authors: Marc Rauch*, Jan Hünermann*

This is the code for the robotics project of EE4308 at NUS. The goal of the project was having the robot navigate an unknown environment on its own. For that, we implemented

  • an odometry motion model
  • binary log-odds model for lidar based mapping
  • Theta-Star global path planner
  • Spline based local planner with pure pursuit
  • PID controller

Furthermore, in the second part of the project we implemented an extended Kalman filter for controlling a drone that is able to fly between the target and robot position.

*: Equal contribution

Install

Make sure you have the following requirements met:

  • ROS Melodic
  • Eigen 3 for math routines
  • OpenCV 3 or higher
  • Gazebo 9 with TurtleBot
  • hector_quadrotor

To install, clone this repository inside a folder called catkin_ws/src. Make sure you have all your other workspaces sourced, including the workspace containing the hector_quadrotor packages. Then build the workspace by running the following command from the directory catkin_ws.

catkin_make install -DCMAKE_BUILD_TYPE=Release

Launch

To launch the robot, run the following command:

roslaunch bringup robot_bringup.launch

or

roslaunch bringup proj1.sh

to start the mission.

TODO

Part 1

  • Mapping and motion model
  • Global planning
  • Trajectory generation and following

Part 2

  • Sensor fusion
  • Extend mission planner
  • Motion control (easy)
  • Modify launch structure
  • Fine-tune ground robot

Topics

  • /robot_pose: geometry_msgs/Pose2D
  • /map: nav_msgs/OccupancyGrid
  • /navigation/goal: geometry_msgs/Pose2D
  • /navigation/path: nav_msgs/Path, global coordinates
  • etc

Architecture overview

diff-drive-robot's People

Contributors

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