Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacopopan/iros-competition-analysis
https://github.com/jacopopan/iros-competition-analysis
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacopopan/iros-competition-analysis
- Owner: JacopoPan
- License: mit
- Created: 2023-03-19T11:38:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-29T13:55:56.000Z (11 months ago)
- Last Synced: 2023-12-29T14:38:05.893Z (11 months ago)
- Language: Python
- Size: 36.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iros-competition-analysis
## Use
```sh
conda create -n plots python=3.8
conda activate plots
pip3 install --upgrade pip
pip3 install matplotlib pybullet tikzplotlib scipy
git clone https://github.com/JacopoPan/iros-competition-analysis.git
cd iros-competition-analysis/
python3 parse.py --paper
python3 parse.py --aer1217
```