irongomme / vector_dummy_package

Vector package template - Just an empty app to show structure
MIT License
0 stars 0 forks source link

Vector package template

Structure

In order to share a custom script package for your Vector Robot, you will need to follow a simple structure like this :

.
├── extra_folder
│   └── sample_extra_helper.py
├── LICENSE
├── myscript.py
└── README.md

Here :

Versionning

You will need to tag your github project, otherwise you won't be able to share it. There is no restrictions about how you want to set your version numbering rules.

Contributions

This is project is experimental, feel free to contribute and bring your ideas !