Skip to content

ethan-alderson/DRover-Software

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DRover-Software

Codebase for NUAV's DRover project in conjunction with NURover

Setup

To set up the repo and install needed dependancies, we use setup.py as follows

pip install -e .

This allows us to reference the drover package from wherever we want! It also installs drover_main.py as a new terminal command which is neat.

Quick Module Explainer

The drover folder is set up in the format of a python module and includes __init__.py files etc (python module reference). When a packages is imported in a relative manner, you will see a period in front of its name (ex import .camera).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%