<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Following the discussions a month or two back, and after a
    discussion between some DFKI people to cross-reference between what
    is done in ROS as well as our various needs, we settled on a type
    design to represent the state of joints, for both control and status
    purposes.<br>
    <br>
    The resulting types are:<br>
    &nbsp; base::JointState - representation of a single joint state<br>
    &nbsp;
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a
href="http://gitorious.org/rock-base/types/blobs/joint_state/base/JointState.hpp">http://gitorious.org/rock-base/types/blobs/joint_state/base/JointState.hpp</a><br>
    &nbsp; base::samples::Joints - representation of a set of joints<br>
    &nbsp;
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a
href="https://gitorious.org/rock-base/types/blobs/joint_state/base/samples/Joints.hpp">http://gitorious.org/rock-base/types/blobs/joint_state/base/samples/Joints.hpp</a><br>
    &nbsp; base::commands::Joints - representation of the command of a set of
    joints<br>
    &nbsp;
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a
href="https://gitorious.org/rock-base/types/blobs/joint_state/base/commands/Joints.hpp">http://gitorious.org/rock-base/types/blobs/joint_state/base/commands/Joints.hpp</a><br>
    <br>
    These are currently available on the joint_state branch of the
    following packages: base/types, base/orogen/types, base/types_ruby.<br>
    <br>
    Moreover, a simple IR filter that converts position into speeds has
    been added in control/motor_controller
    (motor_controller::IRSpeedFromPositionFilter), onto a joint_state
    branch as well. The PIDTask from control/orogen/motor_controller has
    also been adapted (joint_state branch)<br>
    <br>
    Please comment / (constructively) criticize. It is important that we
    get this one right.<br>
    <br>
    To get all of those, add the following to the overrides: section of
    your autoproj/overrides.yml:<br>
    &nbsp; - base/types:<br>
    &nbsp;&nbsp;&nbsp; branch: joint_state<br>
    &nbsp; - base/orogen/types:<br>
    &nbsp;&nbsp;&nbsp; branch: joint_state<br>
    &nbsp; - base/types_ruby:<br>
    &nbsp;&nbsp;&nbsp; branch: joint_state<br>
    &nbsp; - control/motor_controller:<br>
    &nbsp;&nbsp;&nbsp; branch: joint_state<br>
    &nbsp; - control/orogen/motor_controller:<br>
    &nbsp;&nbsp;&nbsp; branch: joint_state<br>
    <pre class="moz-signature" cols="72">-- 
Sylvain Joyeux (Dr.Ing.)
Senior Researcher

Space &amp; Security Robotics
Underwater Robotics

!!! Achtung, neue Telefonnummer!!!

Standort Bremen:
DFKI GmbH
Robotics Innovation Center
Robert-Hooke-Stra&szlig;e 5
28359 Bremen, Germany

Phone: +49 (0)421 178-454136
Fax:   +49 (0)421 218-454150
E-Mail: <a class="moz-txt-link-abbreviated" href="mailto:robotik@dfki.de">robotik@dfki.de</a>

Weitere Informationen: <a class="moz-txt-link-freetext" href="http://www.dfki.de/robotik">http://www.dfki.de/robotik</a>
-----------------------------------------------------------------------
Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
Firmensitz: Trippstadter Stra&szlig;e 122, D-67663 Kaiserslautern
Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster
(Vorsitzender) Dr. Walter Olthoff
Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes
Amtsgericht Kaiserslautern, HRB 2313
Sitz der Gesellschaft: Kaiserslautern (HRB 2313)
USt-Id.Nr.:    DE 148646973
Steuernummer:  19/673/0060/3
----------------------------------------------------------------------- </pre>
  </body>
</html>