Git Product home page Git Product logo

udacity-project4's Introduction

udacity-project4

Udacity's nano degree program: Robotics Software Engineering

Project Title: Map My World?
Project Goals:

  • Create 2D occupancy grid and 3D octomap from a simulated environment with the RTAB-Map package.

Setup and pull

mkdir -p $HOME/<user_workspace>/src
cd $HOME/<user_workspace>/src
git clone [email protected]:tolgakarakurt/udacity-project4.git

Requirements

Dependencies:

  • Install rtab-map here
$ sudo apt-get update
$ sudo apt-get install ros-kinetic-rtabmap-ros
$ sudo apt-get install libsqlite3-dev libpcl-dev libopencv-dev git cmake libproj-dev libqt5svg5-dev

Build

  • Open a terminal
  • catkin_make

Mapping

  • Open a terminal
    • roslaunch my_robot world.launch
  • Open another terminal
    • roslaunch my_robot mapping.launch
  • Open a terminal
    • rosrun teleop_twist_keyboard teleop_twist_keyboard.py

Note: Gather rtabmap.db here

Package Directory

TKProject4                          # Map My World Project
├── my_robot                        # my_robot package   
│   ├── config                      # map configuration files   
│   │   ├── base_local_planner_params.yaml
│   │   ├── costmap_common_params.yaml    
│   │   ├── global_costmap_params.yaml
│   │   ├── local_costmap_params.yaml              
│   ├── launch                      # launch folder for launch files   
│   │   ├── amcl.launch
│   │   ├── localization.launch
│   │   ├── mapping.launch
│   │   ├── robot_description.launch
│   │   ├── teleop.launch
│   │   ├── world.launch
│   ├── maps                        # maps folder for amcl
│   │   ├── map.pgm
│   │   ├── map.yaml
│   ├── meshes                      # meshes folder for sensors
│   │   ├── hokuyo.dae
│   ├── urdf                        # urdf folder for xarco files
│   │   ├── my_robot.gazebo
│   │   ├── my_robot.xacro
│   ├── urdf                        # robot urdf file
│   │   ├── my_robot.gazebo
│   │   ├── my_robot.xacro
│   ├── worlds                      # world folder for world files
│   │   ├── myoffice.world
│   ├── CMakeLists.txt             # compiler instructions
│   ├── package.xml                # package info              
└──   

udacity-project4's People

Contributors

tolgakarakurt avatar

Stargazers

 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.