Karthik Arumugham

Results 9 issues of Karthik Arumugham

Hi, The python program `grove_button.py` gets stuck if there is `digitalRead`. It prints 255 when the button is pressed down, but hangs when the button is released. `digitalWrite` is working...

``` (dl4cv) ➜ Documents jupyter labextension install jupyterlab_variableinspector Building jupyterlab assets (production, minimized) An error occurred. RuntimeError: JupyterLab failed to build See the log file for details: /tmp/jupyterlab-debug-d0g_vx1z.log ``` **Error...

Hi, I was able to successfully build by running `make px4_sitl jmavsim`. I followed the instructions here for installation in Windows 11 - https://docs.px4.io/v1.12/en/dev_setup/dev_env_windows_cygwin.html. I switched to the v1.14.3 release...

Hi, The MAVLink traffic for UDP port 14550 (and 14540) does not seem to arrive in QGroundControl (and MAVSDK) on Windows 11 OS. I've installed Docker Desktop on Windows. I've...

Changed all instances of the deprecated UDP connection syntax udp://:PORT to the recommended udpin://:PORT following the deprecation warning: Connection using udp:// is deprecated, please use udpin:// or udpout:// (cli_arg.cpp:28)

Hi, I noticed that the version of the QGC app available on Google Play Store is v4.1.1, which was last updated in January 2021. Could you please share why there...

Question

Adds support for the [YARI GNSS Module](https://yarirobotics.com/products/yari-gnss-module-m9n) product. ## Testing Checklist ### Physical Interfaces - [x] CAN - [x] Debug - [x] USB ### Functionality - [x] Bootloader update via...

WikiNeeded
NewBoardSupport

I'm currently unable to read the ESC settings using the ESC Configurator. When I click "Read Settings", nothing happens, and the browser console shows some errors. I'm not sure if...

bug