[Documentation] [TitleIndex] [WordIndex

States Description Format (USDF) review

Proposer: Sachin Chitta, Kaijen Hsiao, Gil Jones, Ioan Sucan, John Hsu

Intent

This format is intended to capture the state information for a given robot described by an URDF. The specified state format should allow multiple robotic system components to share the state(s) of a robot, serve as a restart file format for robot simulation and enables offline introspection/post processing tools.

Description

Tags

Generic Example

<world name="world_1">
  <model_state name="pr2">
    <parent>odom</parent>
    <pose>0 0 0 0 0 0</pose>
    <twist>0 0 0 0 0 0</twist>
    <link_state name="r_shoulder_pan_link>
      <pose>1 0 1 0 0 0</pose>
      <twist>0 0 0 0 0 0</twist>
      <wrench>0 0 0 0 0 0</twist>
    </link_state>
  </model_state>
  <frame name="odom">
    <parent>world</parent>
    <pose>0 0 0 0 0 0</pose>
    <twist>0 0 0 0 0 0</twist>
  </frame>
</world>

Questions / Concerns / Comments


2023-10-28 13:06