ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.79k stars 2.41k forks source link

why the Class AeroSimRC didn't override the HIL method in the source code? #196

Open sky4D opened 11 years ago

sky4D commented 11 years ago

//the sourcecode is below namespace ArdupilotMega.HIL { class AeroSimRC : Hil { } }

I'll be appreciate if anybody give me a clue.

meee1 commented 11 years ago

please look in simuation.cs the separate class hasn't been finished