Files
2019-06-26 03:37:23 +02:00

7 lines
329 B
ReStructuredText

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?