Scene objects

The main elements in CoppeliaSim that are used for building a simulation scene are scene objects. They are visible in the scene hierarchy and in the scene view. In the scene view, scene objects have a three dimensional representation as illustrated in following figure:

[Scene object types in CoppeliaSim and their 3 dimensional representation]


Following list gives a brief functional description of each scene object type:

  • Shapes: a shape is a rigid mesh that is composed of triangular faces
  • Joints: a joint is an object allowing 1 or 3 degrees of freedom between connecting objects. A joint can be passive or active (actuator)
  • Graphs: a graph is used to record and visualize simulation data
  • Dummies: a dummy is a point with orientation. Dummies are multipurpose objects that can have many different purposes
  • Proximity sensors: a proximity sensor can detect specific scene objects in a geometrically exact fashion within its detection volume
  • Vision sensors: a vision sensor is a camera-type sensor, reacting to light, colors and images
  • Force sensors: a force sensor is an object able to measure forces and torques that are applied to it
  • Cameras: a camera is an object that allows seeing the simulation scene from various view points
  • Lights: a light is an object that allows illuminating the simulation scene
  • OC trees: an OC tree is a spacial partitioning data structure made up by voxels
  • Point clouds: a point cloud is an OC tree structure that contains points
  • Paths: a path is a succession of points with orientation in space. As path is a pseudo scene object, since it is made up by several scene objects
  • Script objects: a script object is a script wrapped in a scene object as a simulation- or customization script
  • Some of above scene objects can have special properties allowing other objects or various functionality to interact with them. They can be:

  • Collidable: collidable objects can be tested for collision against other collidable objects.
  • Measurable: measurable objects can have the minimum distance between them and other measurable objects calculated.
  • Detectable: detectable objects can be detected by proximity sensors.
  • Viewable: viewable objects can be looked through, looked at, or their image content can be visualized in views. Refer to the pages and views-section for more information
  • Each scene object has a pose within the simulation scene. Objects can be attached to other objects (or built on top of each other). If object A is built on top of object B, then object B is the parent and object A is the child. To create a parent-child relationships between object B and object A, select object A, then select object B (the selection order is important). Then select [Edit > Set parent, keep pose(s)].

    Alternatively, you can drag and drop an object onto another in the scene hierarchy to obtain a similar result. Notice that object A's absolute pose was not changed. However, looking at the scene hierarchy, you can see that object A became child of object B. If you now move object B, object A will automatically follow, since object A is attached to object B. Object A can be detached by selecting it, then selecting [Edit > Set parent-less]. Doing so will detach object A without changing its pose. Alternatively, you can drag and drop an object onto the world icon to obtain a similar result.

    Every scene object has an absolute pose (or cumulative pose) that is relative to the world's reference frame, and a local pose (or relative pose) that is relative to the parent object's reference frame. In above example, when object A became child of object B, object A's absolute pose didn't change, but its local pose was modified.

    The absolute pose of the last selected scene object is displayed in the information text. To modify or adjust the absolute or local pose of an object, refer to the coordinates and transformations dialog and the section on object position/orientation manipulation.