Close

Detecting external forces

A project log for 3D Printed Robot Joint with Active Compliance

A general purpose robot joint using a cycloidal gearbox and an ODrive modified to support active compliance

tim-wilkinsonTim Wilkinson 07/20/2019 at 01:121 Comment

I'm continuing to experiment with detecting external forces acting on the robot joint, something that seems fundamental to any form of compliance. At the moment I'm interested in a situation where the joint is under no load (a robot leg taking a step) and as it come into contact with an obstacle (the ground) it responds to the external force to "soften the blow" rather than remaining rigid.

But because everything in the system is noisy, doing this with confidence is something I'm finding challenging. 

The graph above shows the minimum and maximum error (with decay) of a moving joint between the time when it receives an external force (which triggers movement) and comes to a stop (after a fixed period of time). Ignoring the start and end, the error is quite large and bounces around a fair bit due to the friction in the joint being non-uniform, errors in estimating joint velocity, and the ODrive doing its best to keep the velocity at a set point.

Here's another graph of the joint errors. This one contains more interesting events. 

The red boxes highlight the points where the joint stops moving (without any external force) while the green boxes are points where an external force is applied to the moving joint. The first green box is for an anti-clockwise impulse, while the second green box is for a clockwise impulse. Note how, when an external force is applied, the error peak on one graph marginally proceeds the error on the other graph. This differs from the red boxes (where the joint comes to a stop without an external force) where the error only peaks on one graph. I think, maybe, that the way the errors changes might be a reliable way to detect, and respond to, an external force?

Discussions

Simon Merrett wrote 07/24/2019 at 07:14 point

Perhaps you could amplify this red - blue difference by a factor such as velocity or decceleration, to add more contrast between a start event and a stop event. 

  Are you sure? yes | no