Hi folks,
on the end of the Lite 6 arm is a button to start recording in manual mode.
Is it possible to detect when this button is pressed using python?
Had a look in the python SDK but couldn’t find anything…
i can switch to manual mode in python, record the 5 servos every 2 seconds, write these to a file, then play them back - that works fine.
It would be very useful to be able to press the button on the end to signal my python code to record a position (rather than using a timer)…
Thanks, Pete.