Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 586 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 586 Bytes

Pepper ROS

Alternative all-in-one repository for all Pepper ROS related packages. In this repository Pepper robot also works in a Gazebo simulation.

In Aldebaran code Pepper was falling after running simulation and with ROS Kinetic Kame and Gazebo 7 we experiences weird gravity bug.

Robot Pepper in working simulator Gazebo

Install

mkdir -p ~/pepper_ws/src
cd ~/pepper_ws/src
git clone git@github.com:michtesar/pepper_ros.git
cd ~/pepper_ws
catkin build
source devel/setup.bash
cd ~