resibots / hexapod_simu

All the available simulator integrations for our hexapods
2 stars 2 forks source link

Energy/Power consumption #5

Open costashatz opened 8 years ago

costashatz commented 8 years ago

Right now we are computing the energy consumption by "integrating" the torque (force) over each joint and summing them up. Look here and here.

Maybe this is incorrect or there is a better way.

dogoepp commented 8 years ago

If I'm not wrong, the energy consumption is computed by integrating the torque over the change of angle:

         _                           
        /                            
E  =    |    T dθ
       _/                            

Where E is the energy, T is the torque and dθ the variation of angle.

dogoepp commented 8 years ago

Actually, I see two measures of energy or power and they don't seem to match in the value: