Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

Latest commit

 

History

History
61 lines (37 loc) · 2.21 KB

README.md

File metadata and controls

61 lines (37 loc) · 2.21 KB

Pepper Mapping

ROS Kinetic Kame Ubuntu 16.04

Overview

Mapping with Softbank's Pepper platform using fake laserscan and gmapping.

This work was created during a semester for the course 'Point of Sales Robotics' at the Aachen University of Applied Sciences.

License

The source code is released under a GNU General Public License, Version 3.

Author(s): Mirko Reimbold

Prerequisites

This package has been tested under ROS Kinetic Kame and Ubuntu 16.04.

In order to use this package please follow this tutorial to setup your Pepper platform properly.

As we use Pepper's depth camera you have to calibrate it, to do so you can follow this tutorial.

Installation

cd ~/catkin_ws/src
git clone https://github.com/mreimbold/pepper_mapping.git
source ../devel/setup.bash
rosdep install pepper_mapping

Usage

Starting the bridge on Pepper

roslaunch pepper_bringup pepper_full.launch nao_ip:=<yourRobotIP> roscore_ip:=<roscore_ip> [network_interface:=<eth0|wlan0|vpn0>]

Run the main node with

roslaunch pepper_mapping pepper_mapping.launch

Run RViz to see the laser scan and the created 2D Map with

roslaunch pepper_mapping pepper_mapping_rviz.launch

Dependencies