An easy-to-use, object-oriented interface to the carla plugin host.
Project description
simple_carla
An easy-to-use, object-oriented interface to the carla plugin host.
Installation
(Not so easy 😒)
You must install carla (including python resources), for this package to work. After installing carla, check that the following directories exist on your system:
- /usr/local/lib/carla OR /usr/lib/carla
- /usr/local/share/carla OR /usr/share/carla
On my machine, running carla --version produces the following output:
Using Carla version 2.6.0-alpha1
Python version: 3.10.12
Qt version: 5.15.3
PyQt version: 5.15.6
Binary dir: /usr/local/lib/carla
Resources dir: /usr/local/share/carla/resources
Checking with "apt-file", it appears that the python resources are not packaged in the official Debian / Ubuntu repository. You may have to download, build, and install from source. (I did.)
If you do install from source, you might want to look at tweaking the "-mtune" option in the compiler flags. When I compiled, I replaced every instance of "-mtune=generic" with "-mtune=native -march-native". Since you are building for your machine only, this flag is appropriate.
For more information, see GCC optimization - Gentoo wiki
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 simple_carla-2.1.0.tar.gz.
File metadata
- Download URL: simple_carla-2.1.0.tar.gz
- Upload date:
- Size: 41.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a3a36e2e49be61ab9bdf40c83183409d86219a6f360757d2bf849a9b3adbd0c
|
|
| MD5 |
b40e1bbd10a7be7d8983872320b4cfcc
|
|
| BLAKE2b-256 |
f9b44b149d1f22d0bcba85b650043814f142dbe30d5fcda683f138f0692c26bb
|
File details
Details for the file simple_carla-2.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: simple_carla-2.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 42.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16fa8c02d13de2b0ef02596a97c44b41e0b3c6a3c5f7f9e369f82035ef0a02b3
|
|
| MD5 |
21001189c0ffbe59b1169476884a74fb
|
|
| BLAKE2b-256 |
9bd39e17bb2a7b6a1d29c4481d09019820f0f5ce7201030ed9b7a9a39d5e7e1a
|