junhyuk9976

Results 4 comments of junhyuk9976

> But this message is not implemented or used for PX4. It is specfically for HIL (hardware in the loop) simulation. Are you sure? I couldn't explain it properly. I...

I want to know the Hz value of the RC channel remotely. like PyMAVLink `import time from pymavlink import mavutil Drone = mavutil.mavlink_connection('udpin:192.168.1.1:14550') while True: try: print(Drone.recv_match(type='RC_CHANNELS', blocking=True)) except: pass...

I used the Insert code function, but it doesn't work..