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

Typically: "How do I... ", "How can I... " questions
Post Reply
Zhuang
Posts: 31
Joined: 02 Aug 2017, 14:43

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

Post by Zhuang »

Hi, I want to use a function that judges if my robot fall from the floor, Is there? Thank you.

coppelia
Site Admin
Posts: 10336
Joined: 14 Dec 2012, 00:25

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

Post 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

Post Reply