LibrePilot Forum

General Category => General Discussion => Topic started by: vntslnk on May 16, 2017, 03:45:45 pm

Title: Aircraft simulator without internet connection
Post by: vntslnk on May 16, 2017, 03:45:45 pm
I want to develop an aircraft simulator which uses data packets in form of INS & GPS.
It's kinda testing and training simulator so it should be pure sitl project in librepilot.
Can anyone help me here?
Title: Re: Aircraft simulator without internet connection
Post by: TheOtherCliff on May 16, 2017, 07:28:01 pm
LP has several such things built in.  There is joystick input on the GCS that can be sent to Revo class FC or OpLink to allow you to control a real aircraft with a GCS joystick.  There is an interface where you connect any of several flight simulators which provide a simulated aircraft for the LP firmware to fly, including display of satellite image maps so it looks like you are in the flying over a simulated environment.  Including waypoint missions, etc.

You may want to ask future programming questions in the developer section.  :)
Title: Re: Aircraft simulator without internet connection
Post by: vntslnk on May 17, 2017, 09:20:18 am
One more query.
Can we use keyboard inputs in place of cc, cc3d or joystick in librepilot?