| 
 
 
 
 | Truth WidgetThe TruthWidget is a magical device for querying and modifying the true pose of objects in the simulator. It has no simulated body, but can be attached to other models to learn or change their pose.[Models]
 The TruthWidget supports the gz_truth interface.libgazebo interfaces
 
 Position information is provided through the gz_truth driver.Player drivers
 
 The following attributes are supported.Attributes
 
 
 id (string)
 The model ID string (used by libgazebo to identify models).
 Default: (empty)
 
xyz (float tuple, meters)
Model position (x, y, z, in meters).
Default: 0 0 0
 
rpy (float tuple, degrees)
Model orientation in Euler angles: roll, pitch, yaw.
Default: 0 0 0
 
 This model does not have a physical representation.Bodies
 
 Example
 <model:TruthWidget>
  <id>truth1</id>
</model:TruthWidget>
 Chris JonesAuthors
 |