Giter VIP home page Giter VIP logo

humanawarerobotnavigation's Introduction

thesis_ws

Repository of the work developed in my thesis in FCT/UNL

Overview

This is a ROS package that joins people detection into the navigation process.

Instalation

  • Download the packages in src folder.

  • Install dependencies specified in grid_map and spencer_people_tracking packages.

  • Install libsvm.

      sudo apt-get install libsvm-*
    
  • Install lms1xx.

      sudo apt-get install ros-kinetic-lms1xx
    
  • Install ROS multimaster_launch.

      sudo apt-get install ros-kinetic-multimaster-*
    
  • Install interactive_markers twist server.

      sudo apt-get install ros-kinetic-interactive-marker-*
    
  • Install twist mux.

      sudo apt-get install ros-kinetic-twist-mux
    
  • Install robot-pose-ekf.

      sudo apt-get install ros-kinetic-robot-pose-ekf 
    
  • Install AMCL localization package.

      sudo apt-get install ros-kinetic-amcl
    
  • Install SLAM Gmapping.

      sudo apt-get install ros-kinetic-gmapping
    
  • Install Navigation package.

      sudo apt-get install ros-kinetic-navigation
    
  • Install grid_map package.

      sudo apt-get install ros-kinetic-grid-map
      sudo apt-get install ros-kinetic-grid-map-*
    
  • Install gazebo plugins.

      sudo apt-get install ros-kinetic-hector-gazebo-plugins 
    
  • Install spencer_people_tracking.

      sudo apt-get install ros-kinetic-spencer-people-tracking-full
    
  • Or just give the script in /thesis/scripts folder permissions and run it.

     chmod +x install_dependencies.sh
     sudo ./install_dependencies.sh
    
  • Export gazebo models in ~/.bashrc.

     export GAZEBO_MODEL_PATH=<your_path>/models:$GAZEBO_MODEL$
    

Running

  • Launch the simulated world and jackal descriptions and controls.

      roslaunch human_aware_navigation world.launch
    
  • Launch mapping.

      roslaunch human_aware_navigation mapping.launch
    
  • Launch navigation, people detection and this thesis middleware.

      roslaunch human_aware_navigation bringup.launch
    

Important Notes

  • The labeled map image need to be oriented as you want it to be read. You can see the examples for orientation.

humanawarerobotnavigation's People

Contributors

dmr-goncalves avatar

Watchers

James Cloos 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.