PX4 seems to not be sending any data to my uxrce agent on my jetson nano
I have a pixhawk 6c mini as my fc flashed with the latest firmware
My nano is ubuntu 20.04 with ros2 foxy and has the uxrce agent running via MicroXRCEAgent serial --dev /dev/ttyTHS1 -b 921600
my pixhawk is connected via telem2 to the nano GPIO pins 8/10/12
I have disabled mavlink on telem 2 and set uxrce_dds_cfg
to telem 2 with the same baud rate as the nano agent 921600
when i run uxrce_dds_client
status on in qgc i get no data being sent
uxrce_dds_client: cycle: 0 events, 0us elapsed, 0.00us avg, min 0us max 0us 0.000us rms
uxrce_dds_client: cycle interval: 0 events, 0.00us avg, min 0us max 0us 0.000us rms
the connection is is fine as i am able to get mavros msgs to work just seems to be something up with how uxrce is communicating and not sending any data?