Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liuyf5231/opendriveparser
OpenDRIVE Map parser
https://github.com/liuyf5231/opendriveparser
Last synced: 2 days ago
JSON representation
OpenDRIVE Map parser
- Host: GitHub
- URL: https://github.com/liuyf5231/opendriveparser
- Owner: liuyf5231
- Created: 2019-05-27T08:54:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-27T09:27:53.000Z (over 5 years ago)
- Last Synced: 2024-08-04T00:12:11.374Z (3 months ago)
- Language: Python
- Size: 51.8 KB
- Stars: 154
- Watchers: 6
- Forks: 68
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# opendriveparser
OpenDRIVE Map parser,code from https://pypi.org/project/opendrive2lanelet/.
1. create virtual env
```
virtualenv venv
source venv/bin/activate
```
2. install required packages
```
pip3 install -i https://pypi.douban.com/simple/ -r requirements.txt
```
3. run gui
```
python3 opendrive2lanelet/io/gui.py
```
Download example files from: http://opendrive.org/download.html.![](https://raw.githubusercontent.com/liuyf5231/image/master/img20190527171709.png)
![](https://raw.githubusercontent.com/liuyf5231/image/master/img20190527171750.png)