I'm animating the rotation of wheels on a vehicle, and I'm planning to match the vehicle's behaviour to a table of MPH (miles per hour) that's sampled every second. This MPH data comes from a captured logfile from a real vehicle's progress on the road.
I'm not translating the vehicle in world space - just rotating the wheels.
I can easily enough create, say, an empty object with an MPH parameter which I can animate in the timeline. Is there an easy way to adjust the wheels' rotation rate to match? Currently, my wheels are rotated by animating the rotation angle, so angle of rotation will be an integration over time of MPH somehow.
Is there an easy way to do this in Blender? And built-in integrate-with-respect-to-time functions? Or a way to animate by rotation rate rather than angle?