I’ve been having a weird issue recently where my AVRGUI isn’t displaying any of its telemetry data, despite said data clearly existing as shown in the message debugger. I’ve triple checked all the wiring, and the FCM is absolutely connected (as shown by the message debugger) and I ran setup.py and start.py right before this test. I don’t know what’s causing the FCM error code in the pastebin above.
The pastebin link you sent definitely shows the flight control module being unable to connect to the MQTT server. It looks like it was not running, as the connection was refused.
As for the GUI, was there any output to the console? You’re using the GUI from the AVR-2022 repo, correct?
I am indeed using the GUI from the 2022 repo. Is there a new build for 2023?
I don’t know why the FCM can’t connect to the server, and I’ve reset basically everything to the Bell AVR standard software. I pulled from the github repo recently, ran setup.py, and even tried swapping out the jetson.
I’d appreciate any insight you have on what could be causing the connection issue, and whether it’s a hardware or a software thing.
You should be using the 2022 one, 2023 is not backwards compatible.
What happens if you just run the mavp2p, mqtt and fcm modules? Also re-run the setup.py script so that the latest version of the containers are pulled.
I’ve tried basically every combination of scripts to launch the fcm module.
Is it possible that there’s a hardware issue with connecting to the flight controller? We’ve checked most of the wires with a multimeter already, but I don’t really have another explanation at this point.
I tried reflashing the pixhawk, and ran setup.py again for good measure. Still getting the same error.
Without the flight control module, I can’t enter position hold flight mode.
Is there a way to completely scrub everything off of the jetson so that it perfectly mirrors the github? I’m worried there’s some error that isn’t getting overwritten when I do setup. I also may just be losing it after being at this error for three weeks.