You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug
I'm using a TouchSensor as a (3d) force sensor, which is placed at the endPoint of a Hinge. But in this configuration, it return 0.
However, if configured as a bumper, it work just fine (return 1, indicating collision).
If I use the TouchSensor at the root of the Robot, it work just fine.
Describe the Bug
I'm using a TouchSensor as a (3d) force sensor, which is placed at the endPoint of a Hinge. But in this configuration, it return 0.
However, if configured as a bumper, it work just fine (return 1, indicating collision).
If I use the TouchSensor at the root of the Robot, it work just fine.
Code that do not work :
Code that do work, but it's not my use-case
the value of the force is measured using this code
Expected behavior
The value of the 3d force (0.000000 0.000000 61418.695377), should be always the same, whatever the setup.
System
The text was updated successfully, but these errors were encountered: