Apollo path and simple map making tool.
Project description
ipath
apollo path and simple map making tool
Install
You can install ipath
by below cmd.
pip3 install ipath
Draw path
Then we can use below cmd to draw path from cyber_record
cyber_record echo -f example.record.00000 -t /apollo/localization/pose | ipath
Color
The color represents the magnitude of the value, with blue representing smaller values and red representing higher values.
For now we support
- velocity
- acceleration The localization uncertainty values will be supported later.
You can use the following options to display the line color
ipath -d=v // velocity
ipath -d=a // acceleration
Save path
Since it is time-consuming to read the location information from the record file, we can save it to file add -s
, which is saved to the local path.txt
by default.
cyber_record echo -f example.record.00000 -t /apollo/localization/pose | ipath -s
Draw from file
After saving path.txt you can read directly from it and draw the path.
ipath -i path.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 Distribution
Built Distribution
File details
Details for the file ipath-0.0.2.tar.gz
.
File metadata
- Download URL: ipath-0.0.2.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cc9714122424b7e89aee23001290f26c1dc870807c69d3c6ab8aae40e0fb7be |
|
MD5 | 35380220ada2648323010b03ea4cf1e0 |
|
BLAKE2b-256 | ed920ce6b6a126a75eee0577561b21ff8fd08ceaef037fee73b0c4da5025d9e8 |
File details
Details for the file ipath-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: ipath-0.0.2-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bac913fd6d60a3a2761350e2087aea6255cf17aabd5006d07290ffe9ff56201 |
|
MD5 | 5edaf7934fa3a440e034021da12fb556 |
|
BLAKE2b-256 | 71a1cecbac196d9e489ce4297aa4e788c6586bab6c864b94be6a94de8bfb5eba |