Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMissing documentation in control firmware? #2244
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


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.