Screen Recorder icon Screen Recorder Record your screen to WMV1/WMV2/H263P files with selectable bitrate, save-folder and start/stop controls, creating tutorial or demo video snippets. Try it →
Asked — Edited

Suggestion - Add Custom Events System

In addition to allowing a joystick button run a script, why not let it trigger a custom event of any name. If the joystick moves left, the user could say this action triggers "port-side" or whatever they want to call that.

You could then setup on or more listeners (on say an h-bridge movement control AND servo moving robot head) to listen for "port-side" and respond accordingly... The response of course would vary with the item listening.

Pressing the left arrow on the keyboard could be assigned to the same (or different) event as moving the joystick left.

I think this would be a very powerful additional feature.


ARC Pro

Upgrade to ARC Pro

ARC Pro is your passport to a world of endless possibilities in robot programming, waiting for you to explore.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#1  

Under Scripts, you can add a Movement Script control - it allows you to create custom events for a direction button.

Under Scripts, you can add the Key Control, which allows you to add custom events to keyboard keys

:)