Page 1 of 1

Is there a function to judge if the robot fall from the floor?

Posted: 02 Mar 2018, 08:34
by Zhuang
Hi, I want to use a function that judges if my robot fall from the floor, Is there? Thank you.

Re: Is there a function to judge if the robot fall from the floor?

Posted: 02 Mar 2018, 11:36
by coppelia
Hello,

you have several options. For instance:
  • detect a robot position below a certain threshold
  • use a proximity sensor and react when the floor is not detected anymore
  • use some different type of sensor (e.g. vision sensor, force/torque sensor)
  • etc.
Cheers