TODO: GIF
Move the machine to a specified point at a given speed, ideal for game developers (not perfect) or others who wish to control the Handy manually.
Speed inputs can be:
Position inputs can be:
The above reflects in the naming:
X
is the position: in absolute values (xa
) in mm or percent values (xp
)V
is the speed in absolute values (va
) in mm/s or percent values (vp
)T
is the duration (t) in msThe combinations give the following options:
hdsp/xava
: absolute position and absolute speedhdsp/xpva
: relative position and absolute speedhdsp/xavp
: absolute position and relative speedhdsp/xpvp
: relative position and relative speedhdsp/xat
: absolute position and durationhdsp/xpt
: relative position and durationHDSP has a limitation. It only works when you want to move the Handy to a position without considering timing. To do time-sensitive tasks, we need a different mode. We're creating a new mode that has direct streaming with server time syncing, so the position changes will be timed perfectly. We don't know when it will be ready yet.
<aside> 🤖 Cover image [DALL-E]: water stream with a robot
</aside>