Deals with FSR sensors.
A MicroEvent is generated when the foot contact changed.
The ALMemory Key is footContactChanged, its a boolean which is set to "True" if one of the foot touched the ground
Also some fast access Memory key are available :
footContact (1.0f if one of the foot touched the ground)
leftFootContact (1.0f if the left foot touched the ground)
rightFootContact (1.0f if the right foot touched the ground)
leftFootTotalWeight (the average weight on the left foot in Kg)
rightFootTotalWeight (the average weight on the right foot in Kg)
string version ()
Returns the version of the module.
A string containing the version of the module.
AL::ALValue getMethodHelp (const string& methodName)
Retrieves a method's description.
The name of the method.
A structure containing the method's description.
AL::ALValue getModuleHelp ()
Retrieves the module's description.
A structure describing the module.
string getUsage (const string& name)
Gets the method usage string. This summarise how to use the method.
The name of the method.
A string that summarises the usage of the method.