from tdw.robot_data.non_moving import NonMoving
Static data for a non-moving object attached to a robot (i.e. a sub-object mesh of a limb).
-
object_idThe ID of this object. -
nameThe name of this object. -
segmentation_colorThe segmentation color of this joint as an[r, g, b]numpy array.
NonMoving(static_robot, index)
| Parameter | Type | Default | Description |
|---|---|---|---|
| static_robot | StaticRobot | Static robot output data from the build. | |
| index | int | The index of this object in the list of non-moving objects. |