Reference Material - Razorbotz/RMC-Code-20-21 GitHub Wiki
General Reference Material:
- Style Guide for the GitHub Wiki: https://guides.github.com/features/wikis/
- Github Markdown Guide: https://guides.github.com/features/mastering-markdown/
- Coding Standards for C++: http://web.mit.edu/6.s096/www/standards.html
Hardware Documentation:
- Talon/Victor related: http://www.ctr-electronics.com/downloads/api/cpp/html/index.html
Tutorials I referenced while adjusting to the project:
- C++ Namespaces (sets 1 - 3): https://www.geeksforgeeks.org/namespace-in-c/
- C++ Operators reference: https://www.cplusplus.com/doc/tutorial/operators/
- C++ Member Access Refresher (the -> operator in particular): https://en.cppreference.com/w/cpp/language/operator_member_access
ROS2 Documentation:
- ROS2 Eloquent Installation: https://docs.ros.org/en/eloquent/Installation.html
- ROS2 Eloquent Tutorials: https://docs.ros.org/en/eloquent/Tutorials.html