This will be released after Manticore, because a dedicated service need to be created.

This is just a poc, to talk about what we put inside this service, later.

Thank you @Ash for the fingerstarter !!

 

 

explainations of the poc

The sensor need to be calibrated, foam is unstable, but with calibration it seem worky great.

i01.rightHand.index.autoCalibrateSensor()

The servo force can be regulated with the help of the sensor :

ear.addCommand("take the egg", "python", "CloseWithTorque(10)"

ear.addCommand("take the beer", "python", "CloseWithTorque(90)")

def CloseWithTorque(percent):
  i01.rightHand.index.enableSensorFeedback(percent)
  i01.rightHand.index.moveTo(179)

 

GroG

6 years 7 months ago

Take Beer !

That's great moz4r - you've covered a great amount of development.  

Parameters of torque input for actuators would be an excellent addition. 

Self calibration is a great feature too.  I think your development probably warrants creating of 3 or 4 new services.  We should probably get the gang together and try to model the interfaces - so they can be defined and "attach"'ed easily and robustly to other services.

WOOHOO !

We are neer the goal :)

Dl4j/opencv track the beer
Integrated movement put the hand in front off it
The hand take it.
And legs bring it to us !!