State Format Description

Proposer: John Hsu

This format is intended to keep state information of a robot as described by the URDF file.

Description

Example

<model name="model">
  <position xyz="0 0 0" rpy="0 0 0"/>
  <twist xyz="0 0 0" rpy="0 0 0"/>
  <link name="link1">
    <position xyz="0 0 0" rpy="0 0 0"/>
    <twist xyz="0 0 0" rpy="0 0 0"/>
    <wrench force="0 0 0" torque="0 0 0" >
      <reference_point xyz="0 0 0" rpy="0 0 0"/> <!-- relative to the link origin -->
    </wrench>
  </link>
</model>

Wiki: usdf (last edited 2012-02-29 19:38:53 by hsu)