The Wayback Machine - https://web.archive.org/web/20200628201551/https://github.com/microsoft/AirSim/issues/2244
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing documentation in control firmware? #2244

Open
48cfu opened this issue Oct 10, 2019 · 0 comments
Open

Missing documentation in control firmware? #2244

48cfu opened this issue Oct 10, 2019 · 0 comments

Comments

@48cfu
Copy link
Contributor

@48cfu 48cfu commented Oct 10, 2019

I was thinking about implementing a custom controller for my setting but I'm not sure about which of the header files in firmware headers to include and/or inherit from as I can't find their related documentation nor comments inside the headers.

Looking at the controllers' implementation (in implementation it is still not clear how to decide with of the headers to inherit from. For example PIDController inherits from IUpdateble. Meanwhile PositionController inherits from IGoal and IAxisController, and therefore inherits indirectly from inherits from IUpdateble.

To wrap up my question is why is there no documentation at all, or is it located somewhere else? Also references to paper used in the code should be at least referenced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.