I’ve spent quite a bit of time trying to set up the raycast sensor in different cases, but haven’t gotten it to send a signal once.
Why does the raycast sensor not fire in this following scenario?
- Robot places products onto the output conveyor, attached to the frame
Sensor - The conveyor includes a RaycastSensor with these settings.
Sensorframe is at the same place as the conveyorStart, but rotated so the ray would point in the direction of the conveyor.
- In simulation, the ray goes straight through the products, but none of the signals fire.
Tried:
- Changing
DetectionContainerandTestParent - Attaching sensor to another frame on the path between start and end
Goal was to measure the distance from the conveyor start until the edge of the product.



