Skip to content

jordi-pages/reem_tutorials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reem_tutorials

Basic tutorials to get familiar with the REEM robot in a simulated environment.

Requirements

The following repositories are required to run the examples in simulation:

How to run

Look to point

In order to run launch REEM in simulation as follows:

roslaunch reem_gazebo reem_gazebo.launch world:=simple_office_people

and then run the example:

rosrun reem_tutorials look_to_point

a window showing the images from one of the frontal cameras of REEM will come up. You may click in the image to make REEM to look towards that direction.

Face detections

This example shows how to subscribe to a pal_detection_msgs::FaceDetections topic and show detected faces.

You may use the following simulation:

roslaunch reem_gazebo reem_gazebo.launch world:=meeting_a_female

Then launch the face detector:

roslaunch pal_face_detector_opencv detector.launch

and finally the example:

rosrun reem_tutorials face_detection

About

Basic tutorials to get familiar with the REEM robot in a simulated environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%