I am looking for a way to stream position command to robot joints manually. This was achieved in generic app using jointAutoSetpointGenerator/input
. There is no such thing in robot app. I see custom velocities can be commanded using root/Control/hostInJointVelocity
. How do I stream raw position commands ?
Thanks