https://github.com/Baxterminator/ecn_robotics
Python3 utility package for ECN Robotics
https://github.com/Baxterminator/ecn_robotics
ecn python robot
Last synced: 4 months ago
JSON representation
Python3 utility package for ECN Robotics
- Host: GitHub
- URL: https://github.com/Baxterminator/ecn_robotics
- Owner: Baxterminator
- License: gpl-3.0
- Created: 2023-03-10T09:57:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T19:54:19.000Z (over 3 years ago)
- Last Synced: 2026-01-03T07:44:32.583Z (7 months ago)
- Topics: ecn, python, robot
- Language: Python
- Homepage: https://pypi.org/project/ecn-robotics/
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ecn_robotics v0.0.3
This python package aims to provide some utility function for robot analysis.
By [Meltwin](https://github.com/Meltwin) for [Centrale Nantes Robotics](https://github.com/CentraleNantesRobotics) - 2023
## Modules
- **Display** : Provide some print utilities for matrix, headers, choices, ...
- **Math** : Provide lacking function for analysis
For a detailed description of each function, please refer to the [wiki](https://github.com/Baxterminator/ecn_robotics/wiki)
## Installation
### PiPy Repository (Recommended)
This package is available on the PiPy repository. So you can use the pip manager with the following command:
```shell
pip install ecn_robotics
```
### Manual use
Another way of using this directory is to drag the ecn_robotics directory in this repository in the root of your program.
## Dependencies
| Package | Link |
|:--------:|:-----------------------------------|
| Numpy | https://numpy.org/ |
| Colorama | https://pypi.org/project/colorama/ |