Wiki

(!) Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags.

Using Euslisp(roseus) to control robot behavior through perception

Description: This tutorial shows how to write perception based behavir program

Tutorial Level: BEGINNER

Euslisp Setup

Install from deb

Gazebo Setup (if use gazebo simulator)

Install from deb

writing the robot node

source code

create the pr2main.l file in your folder https://github.com/jsk-ros-pkg/jsk_pr2eus/tree/master/pr2eus_tutorials

then create the tabletop-sample.l in the same folder

Examining the codes

launch gazebo world (if use gazebo)

run your program

run detection node

you can use any programs that publish /ObjectDetection topic now, we test programs by using 'rostopic pub'

move command

then you can move robot by this command

if the robot doesn't move, you may have to command

before 'pickup-pick'

Wiki: rtmros_common/Tutorials/VisionActionEusLisp (last edited 2014-11-06 03:11:27 by YuOhara)