-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Building the drake community #1525
Comments
Recommendation: github has a convention for CONTRIBUTING.md (or txt, etc) which will put a small line at the top of a pull request page. "submit a pull request. see the code style guide. we presume that the contribution is made under the standard license..." |
recommendation: write c++ style guide using clang-format, or uncrustify. instruct contributors to run this file to format their files before commit. also editor plugins. |
other ideas:
|
Another developer conference to compare with is moos-dawg |
Recommendation: for industry support, compile to real-time OS (RT linux, vxworks, RTOS...) |
For RT system, maybe RTAI is a good choice. One of my friend is developing RT-ROS based on this. |
recommendation: clean up directory structure to capture "modules", as discussed in #1612 (comment) |
More contributors potentially means more features and better code (more bug fixes, etc); but we also need to maintain very high standards in terms of code quality and correctness. Opening this issue to discuss best practices for facilitating use by and contributions from the community. Here are a few thoughts from me:
Soliciting comments/feedback on the above (including relative prioritization) and any additional ideas.
The text was updated successfully, but these errors were encountered: