ALFsr

NAOqi Sensors - Overview | API | Tutorials


What it does

This module generates the event footContactChanged() whenever the foot contact changes.

  • If NAO has at least one foot on the ground, the event is raised with the value True
  • If NAO has no feeet on the ground, the event is raised with the value False

The module also generates other values in ALMemory:

How it works

NAO has four FSRs under each foot.

The aim of these sensors is to determine whether NAO’s feet are touching the ground or not. This information is used during the walk, where at least one foot must maintain contact with the ground while walking, otherwise the walk is stopped.

For more detials, see Kill the walk task when the robot is lifted section.

Methods

There are no public methods. The module automatically generates the events and values.