Our orgnization is a new borned student team based on University of Nottingham, focused on the RoboMaster competition held by DJI.
We also focused on figuring technical problems that are related to robotics, including:
- Hardware Design
- Control Design
- Embedded Programming
- Communication Protocol Design
- Path Planning
- Decision Making
- Computer Vision
We will public some of the repositories after we finished the developing process.
-
Create new repositories without contacting the owner is not permitted, this will cause the repository have a 'entropy increase', if you don't know where to commit your program, please contact the owners of the organization.
-
Binary files shoud not be upload to github, which will cause your repository hard to manage. To avoid this, please make sure you have
.gitignore
file in your project befor uploading your codes. -
Update your code if you have any changes, even if your code still have bugs to be fixed.
-
When update unstable codes and codes with error, please do not push your codes to the
master
branch. Push them to thedev
branch instead.