You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The nimble build system is a python module containing custom functionality for building the nimble hardware.
This is divided into three sub-packages:
*`cad` - This containts any helper functions for building the Nimble CAD models. This does not contain the scripts for generating specific CAD models and assemblies. These are held in the `mechanical` directory of the repository.
*`orchestration` - This contains code for the Nimble project's interaction with [CadOrchestrator](https://gitlab.com/gitbuilding/cadorchestrator)
*`utils` - This contains scripts assorted utility scripts, for example for updating the json configuration files.