项目作者: dmr-goncalves

项目描述 :
Human Aware Robot Navigation Algorithm
高级语言: C++
项目地址: git://github.com/dmr-goncalves/HumanAwareRobotNavigation.git
创建时间: 2017-07-27T17:58:27Z
项目社区:https://github.com/dmr-goncalves/HumanAwareRobotNavigation

开源协议:BSD 3-Clause "New" or "Revised" License

下载


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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Running

  • Launch the simulated world and jackal descriptions and controls.

    1. roslaunch human_aware_navigation world.launch
  • Launch mapping.

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

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