An open API service indexing awesome lists of open source software.

https://github.com/lagadic/vs_grasping_pepper

Node Ros for a grasping demo with Pepper
https://github.com/lagadic/vs_grasping_pepper

Last synced: over 1 year ago
JSON representation

Node Ros for a grasping demo with Pepper

Awesome Lists containing this project

README

          

# Grasping demo with Pepper
In this demo Pepper has to track a box and grasp it. Demo under construction.

## Instructions using pepper_sensor_py to get images:

### Launch camera, whycon and hand pose estimation:
`$ roslaunch pepper_launch hand_pose_camera_bottom.launch`

### Launch demo grasping
`$ roslaunch vs_grasping_pepper pbvs_arm_servo_right.launch`

### Launch MBT for the box
`$ roslaunch pepper_launch mbt_tabasco.launch`

## Instructions using naoqi_driver to get images:

### Publish images from pepper:
`$ roslaunch pepper_launch pepper_full_wifi.launch`

### Launch whycon and hand pose estimation:
`$ roslaunch pepper_launch hand_pose_camera_bottom_naoqi_driver.launch`

### Launch MBT for the box
`$ roslaunch pepper_launch mbt_tabasco_naoqi_driver.launch`