Controller to AGX Dynamics communication using pclick messaging
Project description
agxclick
agxclick uses pclick, AGX Dynamics and agxBrick to a implement a simulation application that implements Click out of the box for a provided Brick model.
- You can use click_application.py (see below) to load any Brick model and it will find the robots and connect their signals to Click. See Brick Model Requirements below for more info.
- You can Inherit agxclick.ClickApplication and override it's methods to customize your own application.
- You can connect with any Click client to the simulation.
The flow is the same as for Click
- Client controller connects and sends HandshakeInit
- Server responds with Handshake
- Client receives Handshake and validates the setup.
- Client sends ControlMessage
- Server steps Simulation, and responds with SensorMessage
- The loop 4-5 is repeated.
NOTE: The Controller step and the simulation step is in full sync, meaning that the simulation will only progress on ControlMessages.
Install
Prerequisites: AGX and agxBrick
# Latest version
pip install agxclick -U
# Specific version
pip install agxclick==0.1.39
Usage Examples
Visit the GitHub repo for usage examples.
License
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
agxclick-0.1.39.tar.gz
(14.5 kB
view details)
Built Distribution
agxclick-0.1.39-py3-none-any.whl
(18.0 kB
view details)
File details
Details for the file agxclick-0.1.39.tar.gz
.
File metadata
- Download URL: agxclick-0.1.39.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.10 Linux/5.4.0-146-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b5c9dfc4949d6eb208ce2bfb91ed4f62dc083656d30e62fed1743e120194829 |
|
MD5 | b474f80867092bfa840320cd1a6ae16e |
|
BLAKE2b-256 | f038f60234da02e8797cab84f3a91a00013d61051bdcde1297da19d7b9ff7046 |
Provenance
File details
Details for the file agxclick-0.1.39-py3-none-any.whl
.
File metadata
- Download URL: agxclick-0.1.39-py3-none-any.whl
- Upload date:
- Size: 18.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.10 Linux/5.4.0-146-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5eeb5549c866a125254b5c1ca04dd703f601c0929e1d01e65daec2df69f6555 |
|
MD5 | e26662825886ea0d037adb5047198637 |
|
BLAKE2b-256 | 9f2dced435952130e19d2d66aad66ff604134e18a2c3222649b54f685d470e69 |