Coder Social home page Coder Social logo

northstaruas / rc-flight Goto Github PK

View Code? Open in Web Editor NEW
15.0 15.0 12.0 4.63 MB

Hybrid Python/C++ flight control, flight data, and autopilot system.

License: Other

Shell 0.49% Python 53.72% Perl 0.30% C++ 42.11% C 2.19% Makefile 0.13% M4 1.04% Gnuplot 0.01%

rc-flight's People

Contributors

clolsonus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rc-flight's Issues

Flight test python 3.x port

The python3 porting work needs to be flight tested and proven in the air before the project can be closed out. (Simulation testing and bench testing with the actual flight control hardware have all passed.)

Basic python 2.x to 3.x API and support code port

The API changes were more substantial than expected due to quite a few bytearray vs. unicode string changes in the low level C function calls. In addition, the resulting python3.x api calls ended up being slower than the python2.x versions and this led to a substantial impact in flight code performance.

Optimize Python 3.x API usage

Python 3.x optimizations. C string to python str (unicode) conversions are cached in a std::unsorted_map so this work doesn't need to be repeated continually. (Led to big peformance savings.)

Several computationally intensive routines (wgs84 math, and wind triangle math) are wrapped in pybind11 wrappers so the C version can be called from python code.

Possibility to do everything in Flightgear

Hi Mr. Olson,

I saw some videos in your youtube channel that show that you have used this software in conjunction with FlightGear. I am wondering if there is a possibility to do SIL Simulation in Flightgear with the current state of the code?

Thanking you

pyprops.hxx: No such fie or directory

not finding this file in /src/actuators/act_fgfs.cxx
causing fatal error in build
fatal error: pyprops.hxx: No such file or directory
#include <pyprops.hxx>
thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.