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

Mapping with Softbank's Pepper platform using fake laser scan and gmapping

License

Notifications You must be signed in to change notification settings

mreimbold/pepper_mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Mapping with Softbank's Pepper platform using fake laser scan and gmapping

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages