Skip to content

Simple actions (pick and place) based on MoveIt for Romeo, Pepper, and Nao

Notifications You must be signed in to change notification settings

ros-aldebaran/romeo_moveit_actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

romeo_moveit_actions

The package allows to perform simple actions with MoveIt! configured for Romeo, NAO, and Pepper robots.

It offers a set of functionalities, like:
  • pick and place objects,
  • reach and grasp objects,
  • test a target space for reaching and grasping,
  • manage objects
    • virtual objects: add, move, remove,
    • detect objects with the robot's sensors: call ORK Linemod object recognition.

Documentation

To compile the documentation, please run

  • rosdoc_lite <path_to_package>

Installation

In case of compiling from source, install the following dependencies:

Additionally, install a required robot description package and MoveIt! configuration, at minimum.

Get a robot description:
Get a robot-specific Moveit! configuration:

For a real robot (not a simulator)

If you are working with a real robot (not a simulator) then install the dcm-related package:

Compile all source packages.

How it works

For a simulator (example for Romeo robot)

Launch MoveIt!:

roslaunch romeo_moveit_config demo.launch

Wait until the robot model is loaded and launch moveit_simple_actions:

roslaunch romeo_moveit_actions actions_romeo_sim.launch

Welcome to the world of simple actions! Now, you can add virtual objects or detect real objects and reach/grasp/place them !

For a real robot (example for Romeo robot)

Launch the dcm_bringup (providing the robot's IP):

roslaunch romeo_dcm_bringup romeo_dcm_bringup_remote.launch robot_ip:=<ROBOT_IP>

Launch MoveIt!:

roslaunch romeo_moveit_config moveit_planner.launch

Wait until the robot model is loaded and launch moveit_simple_actions:

roslaunch romeo_moveit_actions actions_romeo.launch

Welcome to the world of simple actions! Now, you can add virtual objects or detect real objects and reach/grasp/place them !

About

Simple actions (pick and place) based on MoveIt for Romeo, Pepper, and Nao

Resources

Stars

Watchers

Forks

Packages

No packages published