Skip to content
Matthias Faessler edited this page Apr 16, 2018 · 12 revisions

Have Questions?

If you have questions or problems with this framework, please use the issue tracker. Please don't send us emails since they might not be answered.

Contribute to the Wiki

Everyone can edit this wiki, so if you are using this repository, please help improving its wiki and keep it up to date, thanks.

Adding Links

  • Internal Links: [[How to Contribute|How-to-Contribute]] (Compared to the method for external links below, this has the advantage that broken links are immediately marked red.)
  • External Links: [Text](https://github.com/uzh-rpg/rpg_quadrotor_control)

Adding Images

To add images to this wiki, first clone the wiki:

git clone git@github.com:uzh-rpg/rpg_quadrotor_control.wiki.git

Then add the images to the rpg_quadrotor_control.wiki/images/ folder and add, commit, and push them. After this, you can embed the images with

[[https://github.com/uzh-rpg/rpg_quadrotor_control/wiki/images/YOUR_IMAGE.PNG|alt=ALTERNATIVE_TEXT]]

Contribute to the Code

Simply, fork this repository (or create a branch if you are a collaborator), make your changes, and send us a pull request with them.

Found a Bug?

Either fix it yourself and open a pull request or open an issue