Component falling into box

H all,

I am building a sorting cell and I was wondering if the component in the picture below could fall into the container under it if I place the component above the container? I know could otherwise just place the components in the box but was just wondering if this was possible and how I could go about doing this(no python preferred). The components inside the container would need to travel with the container once it is transported.

You can set if the robot releases parts to physics or not in the SignalAction properties.

You also need to add colliders for the box, and to ensure that the colliders are created in a precise way so that parts can go inside the box.

You can learn more about simulating physics from the Academy course.

2 Likes