George Zogopoulos

Results 114 comments of George Zogopoulos

Ouch... I slept on that one, sorry about that. I'll do it first thing in the morning. You shouldn't have waited this long to remind me.

@Hwurzburg I rebased and resolved the conflict. I didn't find anything actually different. Perhaps it was a space at the end of a line or the lack of a newline.

@alfmh after the discussions between Ben Harris and yourself, I have made it so that by default the starter is operated manually. Also, instructions for use have been [PRed in...

@peterbarker now all user inputs are gated by an `rc().is_valid()`. The user is indeed now able to run the starter in all states except STOP, this is intentional. Scenario: You...

I notice that I can't build locally for CubeOrangePlus with `./waf configure --board CubeOrangePlus --define=AP_GENERATOR_LOWEHEISER_ENABLED`, unless I also add `--define=HAL_GENERATOR_ENABLED=1`, which I didn't expect to have to. Isn't this enabled...

@alfmh , this here is the repository that is working for me: `Georacer:pr/loweheiser_disable_autostart`. Did you check out this branch, or were you still attempting to make it work with `ArduPilot/master`?...

Oh my god, this PR description has all the right keywords to make me scream with joy!

@srmainwaring it F*****G works! ![Screenshot from 2025-04-09 21-24-56](https://github.com/user-attachments/assets/972422b6-33d1-4657-8fcf-b7fcaaf523b0) But, I refused to alter my system MAVProxy or other python packages. I really wanted to make this work in a Python...

I see 3 loiters towards the end ![image](https://github.com/user-attachments/assets/f2144cbf-2376-4951-a615-14d3ca0283e2) but the actual waypoints are more sparse and actually simple waypoints, not loiters: ![image](https://github.com/user-attachments/assets/511d0637-24fa-4b68-b2df-655c9f825049) (Sorry, closed the sim, had to use QGC.)...

> I think the generator needs a different spacing for curved sections to straight ones. Ideally you would convert the turns to `NAV_LOITER_ALT` (perhaps with a `CONDITION_YAW` if necessary, I...