An open API service indexing awesome lists of open source software.

https://github.com/henrygerardmoore/bevy_multicopter

A library for simulation of a multicopter in the Bevy game engine
https://github.com/henrygerardmoore/bevy_multicopter

bevy multicopter nonlinear-control rust

Last synced: 5 months ago
JSON representation

A library for simulation of a multicopter in the Bevy game engine

Awesome Lists containing this project

README

          

# bevy_multicopter

This package provides a simple simulated multicopter for use in the [Bevy game engine](https://github.com/bevyengine/bevy).

## Acknowledgements

Quadcopter model is from [this cool FPV project](https://www.printables.com/model/396395-goblin-fpv-drone).

This project was started for and inspired by [Copper](https://github.com/copper-project/copper-rs). Check it out!

The skybox was also taken from [Copper](https://cdn.copper-robotics.com/skybox.ktx2).

I modified the equations from [Modelling and control of quadcopter](https://sal.aalto.fi/publications/pdf-files/eluu11_public.pdf) for the multirotor dynamics.

## License

You can use this project under either the [Apache License (Version 2.0)](./LICENSE-APACHE) or the [MIT license](./LICENSE-MIT).