Package Summary

Tags No category tags.
Version 0.0.4
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_demos.git
VCS Type git
VCS Version 0.0.4
Last Updated 2017-03-14
Dev Status DEVELOPED
Released RELEASED

Package Description

The jsk_2013_04_pr2_610 package

Additional Links

Maintainers

  • Kei Okada
  • Yuki Furuta

Authors

  • Kei Okada
  • Youhei Kakiuchi
  • Yusuke Furuta
  • Hiroyuki Mikita
  • Chan Wesley
  • Yuto Inagaki
  • Eisoku Kuroiwa
  • Yuki Furuta

jsk_2013_04_pr2_610

Citation

Yuki FURUTA, Yuto INAGAKI, Youhei KAKIUCHI, Kei OKADA, Masayuki INABA:
IRTホームアシスタントロボット による掃除片付け作業シーケンスのPR2による実現,
in The 31th Annual Conference on Robotics Society of Japan, 1I2-02, 2013.

Overview

This is the package of the demo programs including various home-assistant tasks:

  • Picking/Placing tray with dual arm
  • Picking soft clothes with arm
  • Manipulating laundry machine
  • Picking a broom and cleaning room
  • Moving a chair

a.k.a PR2/ROS re-written version of 2009 irt demo

Following components are used for completion of tasks:

More detailed information is provided in the citation

Usage

This package can be executed both on simulation and on real robot.

On Simulation

If you want to execute on real robot, see below

Installation

NOTE hydro distribution is assumed. Please replace it if you want to use on other distribution.

NOTE Assumed that catkin workspace has been installed on your environment. If you don't yet have catkin workspace, please follow the instruction.

source /opt/ros/hydro/setup.bash
cd /path/to/your_catkin_ws
mkdir src
wstool init src
wstool set jsk_demos -t src --git https://github.com/jsk-ros-pkg/jsk_demos
wstool set jsk_planning -t src --git https://github.com/jsk-ros-pkg/jsk_planning
wstool set xdot -t src --git https://github.com/k-okada/xdot # https://github.com/jbohren/xdot/pull/12
wstool update -t src
rosdep install --from-paths src --ignore-src -r -n -y
catkin build jsk_2013_04_pr2_610
source /path/to/your_catkin_ws/devel/setup.bash

Launch demo

  • kinematics only
  1. open terminal, then execute following commands
# Terminal 1
roscore

# Terminal 2
rosrun jsk_2013_04_pr2_610 demo.l "(demo)" # please ignore all error message

  1. Now you will see pr2 Kinematics Simulator window, and PR2 robot on it.

tray wash chair bloom

  • use planning
  1. you can launch demo_<type>.launch with option use_sim:=true
# Terminal 1
roslaunch jsk_2013_04_pr2_610 demo_tray.launch use_sim:=true
# replace `tray` with `wash` or `all` if you'd like to see other demos.

  • planning visualization
  1. execute command below
# Terminal 1
roslaunch jsk_2013_04_pr2_610 planner.launch

In this demo, you can see more described information about planning.

  • state transition graph

    graph

  • generated plan (PDDL Planner Viewer)

    pddl_viewer

  • action state transition graph (SMACH Viewer)

    smach_viewer

On Real Robot

This package is assumed to use PR2 robot. To connect to PR2, set some ENV in shell:

export ROS_MASTER_URI=http://<PR2 IP>:11311
export ROS_HOSTNAME=<workstation IP>
export ROS_IP=<workstation IP>

Launch All Demo Tasks

Then now you can execute all demo plans.

In PR2 internal pc, you can launch all demos with one launch file.

# on PR2
roslaunch jsk_2013_04_pr2_610 demo_all.launch

CHANGELOG

Could not convert RST to MD: No such file or directory - pandoc

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

Services

No service files found

Plugins

No plugins found.

Recent questions tagged jsk_2013_04_pr2_610 at answers.ros.org