ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Pepper simulation in ROS is a little tricky in general due to naoqi layer, not as a straightforward as Turtlebot3. If your goal is to do mapping with Pepper, I suggest to look at qibullet; https://github.com/softbankrobotics-research/qibullet/tree/master/qibullet/robot_data

The last updated tutorial was for ROS Indigo: http://wiki.ros.org/pepper/Tutorials If you can try it ROS Indigo first, if runs successfully, then you can work your way at fixing the issues.

For your particular issue it looks there is an issue with the incompatibility of ROS messages used in different distributions. A suggestion try to run the nodes directly instead of using roslaunch. This will help you to better troubleshoot the error.