Peter Hall

Results 254 comments of Peter Hall

Just tested on mission planner, this means we can remove the `@SYS` special case it uses. ![image](https://github.com/ArduPilot/ardupilot/assets/33176108/08d7b245-e621-40d0-a520-eefc50417299) To work fully we would also need to patch `@MISSION` and `@PARAM` to...

Would be great to get the simulink stuff in with the JOSN backend changes, looks like that could go easily.

@rmackay9 We can already read the `MTW` temp sentence via the airspeed lib (https://github.com/ArduPilot/ardupilot/pull/14852). The hack is just to connect two serial port rx pins to the NMEA tx. Does...

@hamishwillee @auturgy Any updates?

@auturgy Any update? Do you have any questions?

replaced by https://github.com/ArduPilot/ardupilot/pull/27275

There have been a couple of tiltrotor changes recently (https://github.com/ArduPilot/ardupilot/pull/26979 https://github.com/ArduPilot/ardupilot/pull/26978), so I think it would be worth a rebase to make sure its not broken by those changes.

Looking in the MAVC log message we can see the commands coming in with absolute altitude of 675m. ![image](https://github.com/ArduPilot/ardupilot/assets/33176108/65f4fac4-aa99-4b29-a6fc-5bf3117002d2) QGC needs to send a in terrain frame.

I have used this on both a CubeOrange and a MATEKL431 periph node (I had to add the RTS/CTS pins to the hwdef).