JunSeong
JunSeong
@mrpollo Thanks for the hint about basic networking. I verified ICMP both ways: **NUC ➜ laptop** ``` $ ping -c 4 192.168.50.103 → 0 % packet loss ``` **laptop ➜...
 # Ethernet Link Issue between NUC and PX4 Hello, I'm currently experiencing an issue with Ethernet communication between my NUC and the PX4. Although the Ethernet port LED is...
> **-b 921600** sould be used for serial Com not udp. for udp : try **uxrce_dds_client start -t udp -p 8888** > > If you start MicroXRCEAgent udp4 -p 8888...
> Check network routing on `NUC` @crazy-robotics Thanks for your comment! **Routing check on the NUC** ``` cowboy@GCSL-NUC1:~$ ip -4 route default via 192.168.50.1 dev wlo1 proto dhcp metric 600...
@mrpollo Thanks a lot for checking and suggesting `netman update`. I gave it a try, and while it seems to work properly, I believe the root cause of the issue...