• Diff for "pepper_dcm_bringup"
Differences between revisions 22 and 23
Revision 22 as of 2017-11-16 08:30:42
Size: 1117
Comment:
Revision 23 as of 2017-11-16 08:30:58
Size: 1115
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
* clone [[pepper_dcm_bringup]] * clone [[pepper_dcm_robot]]

Only released in EOL distros:  

Package Summary

Bring-up the dcm driver to control Pepper

Package Summary

Bring-up the dcm driver to control Pepper

Package Summary

Bring-up the dcm driver to control Pepper

DCM Bringup for Pepper robot

The package contains launch and configuration files required to bring the robot's DCM Driver up and start the robot controllers. The package allows to control a robot from ROS, while communicating with Naoqi. You can control the robot either by calling DCM commands or ALMotion (by default).

Installation

* install dependencies

sudo apt-get install ros-indigo-pepper-robot ros-indigo-pepper-meshes

* go to a workspace/src

* clone pepper_control

* clone naoqi_dcm_driver

* clone pepper_dcm_robot

* optionally, clone pepper_moveit_config

* compile all packages with

catkin_make

How to use it

* start the DCM bringup providing the IP of your robot

roslaunch pepper_dcm_bringup pepper_bringup.launch robot_ip:=<ROBOT_IP>

* you can launch MoveIt! (if installed previously) and control your robot (arms, by default)

roslaunch pepper_moveit_config moveit_planner.launch

Wiki: pepper_dcm_bringup (last edited 2017-11-16 13:33:31 by NataliaLyubova)