Kinect Xbox 360 Depth Mapping icon Kinect Xbox 360 Depth Mapping Converts Xbox 360 Kinect depth frames into NMS obstacle scans for ARC path planning, SLAM, and obstacle avoidance. 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

Join the ARC Pro community and gain access to a wealth of resources and support, ensuring your robot's success.

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

:)