BaseObject

The basic object class in RCareWorld is RCareWorldBaseObject. All of the objects in RCareWorld inherant from this basic class, which means they will have the properties owned by RCareWorldBaseObject.

Setup an object as BaseObject

In Unity, select an object

BaseObject Properties

Load Object

In general, to get control of an object, you need to first initialize an object by doing

my_obj = env.create_object(id = 12345, name = 'object_name', is_in_scene=Bool)

Object in the scene