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.42
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.42.tar.gz
(14.7 kB
view details)
Built Distribution
agxclick-0.1.42-py3-none-any.whl
(18.2 kB
view details)
File details
Details for the file agxclick-0.1.42.tar.gz
.
File metadata
- Download URL: agxclick-0.1.42.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.8.10 Linux/5.4.0-146-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2bd55be0cb8c7832200e1d3c3be2a48a142412b8164110f845dce3d4982d15a |
|
MD5 | 1f2264cfd798f3b33159e59f26272ecf |
|
BLAKE2b-256 | 90861ec64bc5914037056e4a9439d982cd19c4e7542eb01d725ea33cc46a21d0 |
Provenance
File details
Details for the file agxclick-0.1.42-py3-none-any.whl
.
File metadata
- Download URL: agxclick-0.1.42-py3-none-any.whl
- Upload date:
- Size: 18.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.8.10 Linux/5.4.0-146-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7a3fac71f14c9354dbcbf39b6f40d1e8e86526a20ce84a50940f07d324847b7 |
|
MD5 | 52d9a4c1b10108b621e6e4b100d289ce |
|
BLAKE2b-256 | 1f6045bb1a4a0443402cce31b3046dc9dbd405a9550fa84adf498f22e3524ca9 |