• Diff for "maggie_eyelids"
Differences between revisions 1 and 2
Revision 1 as of 2015-04-30 07:21:41
Size: 187
Editor: raul.perula
Comment:
Revision 2 as of 2015-06-11 16:46:26
Size: 958
Editor: raul.perula
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## repository: https://code.ros.org/svn/wg-ros-pkg
Line 4: Line 3:
== Overview ==
Line 5: Line 5:
##Please create this page with template "PackageReviewIndex" === Devices Supported ===

This device supports all the drivers implemented in the

== ROS Nodes ==

{{{
#!clearsilver CS/NodeAPI
node.0 {
 name = eyelids_node
 desc = ROS node for controlling the servomotors of the eyelids.

 srv {
  0.name = move_abs_pos
  0.type = motor_controller_msgs/MoveAbsPos
  0.desc = Service to move the eyelid to an absolute position.

  1.name = move_str_pos
  1.type = eyelids_msgs/MoveStrPos
  1.desc = Service to move the eyelid to a predefined position. Options are: open, close, normal.
 }

 param {
  0.name = ~port
  0.type = string
  0.desc = Communication port name.

  1.name = ~side
  1.type = string
  1.desc = Eye option, left or right.
 }
}
}}}

=== Examples ===

== Launch File Examples ==

{{{
 $ roslaunch maggie_eyelids maggie_eyelids.launch robot:=maggie
}}}

## AUTOGENERATED DON'T DELETE
Line 7: Line 49:
## M3Package

Only released in EOL distros:  

maggie_devices: maggie_base | maggie_eyelids | maggie_ir_controller | maggie_labjack | maggie_motor_controller | maggie_rfid

Package Summary

eyelids node

Overview

Devices Supported

This device supports all the drivers implemented in the

ROS Nodes

eyelids_node

ROS node for controlling the servomotors of the eyelids.

Services

move_abs_pos (motor_controller_msgs/MoveAbsPos)
  • Service to move the eyelid to an absolute position.
move_str_pos (eyelids_msgs/MoveStrPos)
  • Service to move the eyelid to a predefined position. Options are: open, close, normal.

Parameters

~port (string)
  • Communication port name.
~side (string)
  • Eye option, left or right.

Examples

Launch File Examples

 $ roslaunch maggie_eyelids maggie_eyelids.launch robot:=maggie

Wiki: maggie_eyelids (last edited 2015-06-12 09:18:31 by raul.perula)