Skip to content

simple_head_manager

sdevin edited this page Oct 13, 2017 · 1 revision

Simple Head Manager

Overview

This module is a first simple version of the non-verbal behavior module. In the current supervisor version, only the robot head behavior is concerned, but other types of non-verbal behaviors can be envisioned.

Services and topics

Provided services

  • simple_head_manager/look_at: to use for the robot head to look at an entitity (object or part of a human body) (supervisor_msgs/String)

Published topics

  • /simple_head_manager/focus: name of the entity the robot is currently looking at (std_msgs/String)

Subscribed topics

Parameters

  • defaultTarget: name of the target to look at by default (string)
  • speakingTarget: name of the target to look at whenever the robot is speaking (string)
  • headJoint: name of the TOASTER joint for a human head (string)
  • shouldMove: true if the robot should realy move its head (bool)(string[])
Clone this wiki locally