Brown-County-FIRST-Robotics / 1716-2023-robot

2023 Robot
Apache License 2.0
0 stars 0 forks source link

We need a directory structure for the code #4

Closed joshbressers closed 1 year ago

joshbressers commented 1 year ago

We will have a number of sub-projects for this robot. Such as C++ code, Python code, documentation, NetworkTables information, and probably other things. We need to structure this all in a way that makes sense

joshbressers commented 1 year ago

Also the code to drive the test board should be in here somewhere

joshbressers commented 1 year ago

The current plan is to use a directory called 'test' for testing programs. A directory called 'docs' will be where we put documents that pertain to this robot.

We have not decided on the directory name for the actual robot code yet