The delay of VOXL2 control has not been tested, but it should be relatively small (1ms or less)
You can control the GPIO directly from command line, see
https://docs.modalai.com/voxl2-linux-user-guide/#gpios https://docs.modalai.com/voxl-gpio-io/#manipulating-gpio-using-linux-commandsPlease take note of the GPIO pin numbering : the GPIO have an offest of 1100 (e.g. GPIO 84 = 1184)
Setting CPU to perf mode (voxl-set-cpu-mode perf) will speed things up.
You can time the execution time (i just did in perf mode). Sometimes 0.000s, sometimes 0.001s, so somewhere around 1ms. You can do more precise timing if needed.
voxl2:/$ time echo 1 > /sys/class/gpio/gpio<GPIO_NUM>/value real 0m0.001s user 0m0.000s sys 0m0.000s