Roboid Control for Python
Loading...
Searching...
No Matches
Thing Member List

This is the complete list of members for Thing, including all inherited members.

__init__(self, Optional['Participant'] owner=None, Optional['Thing'] parent=None, int thing_type=Type.Undetermined, int thing_id=0)Thing
AddChild(self, 'Thing' child)Thing
angular_velocity (defined in Thing)Thing
angular_velocity_updated (defined in Thing)Thing
AngularVelocity (defined in Thing)Thingstatic
FindChild(self, str name, bool recurse=True)Thing
GenerateBinary(self, bytearray bytes, set[int] ix_ref)Thing
GetChild(self, int thing_id, bool recurse=False)Thing
GetTimeMs()Thingstatic
linear_velocity (defined in Thing)Thing
linear_velocity_updated (defined in Thing)Thing
LinearVelocity (defined in Thing)Thingstatic
Orientation (defined in Thing)Thingstatic
orientation (defined in Thing)Thing
orientation_updated (defined in Thing)Thing
owner (defined in Thing)Thing
parent (defined in Thing)Thing
Position (defined in Thing)Thingstatic
position (defined in Thing)Thing
position_updated (defined in Thing)Thing
ProcessBinary(self, bytes data)Thing
RemoveChild(self, 'Thing' child)Thing
SetAngularVelocity(self, Spherical angular_velocity)Thing
SetLinearVelocity(self, Spherical linear_velocity)Thing
SetOrientation(self, Quaternion orientation)Thing
SetParent(self, Optional['Thing'] parent)Thing
SetPosition(self, Spherical position)Thing
Update(self, int currentTimeMs=0, bool recurse=False)Thing