viktorradnai / flightgear-ask21

ASK21 glider model for Flightgear
5 stars 6 forks source link

Add Drag Roboter #78

Open ghost opened 7 years ago

ghost commented 7 years ago

Add a "roboter" aircraft towing you (auto controlled, does a normal circuit). see https://www.youtube.com/watch?v=gRQzOMJMu7s for how it's done in Condor Soaring (proposal by Thomas Polzer)

viktorradnai commented 7 years ago

Good idea. The DG-101G has one but I couldn't get it working as it kept exceeding max tow force when it started rolling. I'll look into copying the logic.

ghost commented 7 years ago

I'll try to do this as well, just for fun ;)

viktorradnai commented 7 years ago

@D-ECHO I have taken a shot at the code taken from the DG101 but at some point it's looking for the glider's position in the global coordinate system (not lon/lat) and I haven't found a way to obtain that yet. Some googling would probably yield a solution though.

ghost commented 5 years ago

@viktorradnai I have added a test version of a drag robot, adapted from the dg-101g in the new branch dragrobot Please test. At the moment, we need to change the hitch.nas file in fgdata for this to work, so that it supports "dragger" apart from "ai" and "multiplayer"

ghost commented 5 years ago

Ooops didn't mean to close ;)

ghost commented 5 years ago

Another problem in the current version is that the first-spawned drag roboter can not be removed, all others are disappearing fine and I can't really find the cause