I've been (not literally) bashing my head against a brick wall trying to do this over the past couple of days.
The basic setup is that I have a lever that I would like to be able to move gradually - think of it like a throttle lever.
Initially, I set it up so that it's a rigidbody that can only rotate in one direction (and to a limited degree) - I can push/pull it with my Leap hands, but it's very jittery, as it triggers on every collision by a part of the hand.
Secondly, I set it to automatically look at any collider (i.e. hand) that is sufficiently close to it. This works far better, but is still far from ideal.
Any advice or suggestions with this? I suspect I'm just missing something relatively simple here.