wheelos env tool
Project description
whl_env
Autonomous driving environments are inherently complex, involving a wide array of components such as hardware (compute units, vehicles, sensors) and software (operating systems, middleware, the autonomous driving application itself, configuration files).
Ensuring the consistency of these environments is paramount during testing. Environment-specific discrepancies are a frequent cause of strange and difficult-to-diagnose issues in system tests, leading to unreliable results.
whl_env is designed precisely to tackle this challenge. It acts as a tool to capture and document the state of your autonomous driving test environment, allowing you to verify its configuration and guarantee consistency across different test platforms and runs.
Quick Start
Get whl_env installed and start collecting environment data in minutes.
Installation
Install the package using pip:
pip install whl_env
Collecting Environment Information
Run the whl_env command. Use the -o or --output option to specify the path where the collected system information should be saved in JSON format.
whl_env -o system_info.json
This command will execute the environment collection process and save the results to system_info.json in the current directory.
Verifying Consistency
Once you have collected system_info.json files from different environments or test runs, you can compare them using any standard diff tool (command-line diff, graphical diff tools, or dedicated JSON diff comparison tools).
# Example using a command-line diff tool
diff environment_a_info.json environment_b_info.json
# Any differences highlighted indicate inconsistencies between the two environments.
By comparing these snapshots, you can quickly pinpoint configuration drift or variations that could be impacting your test results.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file whl_env-0.0.1.tar.gz.
File metadata
- Download URL: whl_env-0.0.1.tar.gz
- Upload date:
- Size: 194.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86b4ab24e5fb21c2f1d0772600169d66b44c5680a67a89511736d276ddc71764
|
|
| MD5 |
1eb3e7760adc5664214a950011c06354
|
|
| BLAKE2b-256 |
e02c5c2d47d4498a57e799c920f2eb61e3dcd544b9c4d16bae10e90f85c7347d
|
File details
Details for the file whl_env-0.0.1-py3-none-any.whl.
File metadata
- Download URL: whl_env-0.0.1-py3-none-any.whl
- Upload date:
- Size: 244.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
502ffcb3e0f47493c4b5ce0ade39dcf09cfdaddbe628c785e91d62de382c788a
|
|
| MD5 |
ea47c1727605d154c2da4185e41df08d
|
|
| BLAKE2b-256 |
20dfe3f18c41653255e6e6c0eb3be5e58c02bfa33599660fdd0f10e66653df51
|