update docs

This commit is contained in:
Brian Delhaisse
2019-06-26 03:37:23 +02:00
parent 542284fdde
commit 52020bceb5
34 changed files with 418 additions and 130 deletions
+6
View File
@@ -0,0 +1,6 @@
FAQs
====
* How to add a completely new component, for instance, a state estimator or navigation (SLAM) module? There are multiple steps: 1. you have to divide your code into submodules that are minimal, do not depend on various pieces of code. 2. Compositonality 3. Flexibility: if I want to change something how easy is it?