High-resolution map visualization and conversion tool
Project description
imap
imap is a tool for visualize and convert format of the hd-map. This project was inspired by Apollo.
Supported features:
- Visualize the hd-map, supported formats: Apollo, OpenDrive.
- Find lane by id
- Convert format: Opendrive to Apollo format.
os | support | remark |
---|---|---|
ubuntu | :heavy_check_mark: | |
mac | :heavy_check_mark: | |
windows | :heavy_check_mark: |
Related work
- odrviewer.io is an excellent interactive online OpenDRIVE viewer.
- esmini is a basic OpenSCENARIO player.
- apollo_map convert carla map to apollo
Quick start
Install
You can install imap by following cmd.
pip3 install imap_box
Example
1. Visualization
After the installation is complete, you can view the map with the following command.
imap -m data/borregas_ave.txt
// or
imap -m data/town.xodr
Currently supported formats:
- Apollo map
- OpenDrive map
2. Find lane by id
You can use below command to find lane by id, Found lane is shown in Red.
imap -m data/borregas_ave.txt -l lane_35
3. Format conversion
Now you can convert OpenDrive map to Apollo map by following command.
imap -f -i data/town.xodr -o data/apollo_map.txt
The following is the display of the hd-map in data\borregas_ave.txt
.You can click on the lane you want to display more detail info, which will display the current lane's id, as well as the predecessor and successor lane's id in the upper left corner.
Questions
- After running the command
imap -m data/your_map_file
, nothing display and no errors!!!
A: Check the permissions of the map file, if the current user does not have permissions, modify the permissions with the following commands.
sudo chmod 777 data/your_map_file
- Map data permission checking has no problem, still nothing display and no errors! A: It's better to install imap_box by running "sudo pip3 install imap_box", then run "imap -m xxx.txt".
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file imap_box-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: imap_box-0.1.9-py3-none-any.whl
- Upload date:
- Size: 42.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77ee2c446013c9afc9774891df630188a910b6ad660f95291023108219a8e9c4 |
|
MD5 | 8d52225804f0b6be54cb93cf2e4d055c |
|
BLAKE2b-256 | d52afd47f255336cd2c1be9d24dfc6259b7c0debeb96bf76dd0bb6694e194989 |