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.38
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.38.tar.gz
(14.5 kB
view details)
Built Distribution
agxclick-0.1.38-py3-none-any.whl
(18.0 kB
view details)
File details
Details for the file agxclick-0.1.38.tar.gz
.
File metadata
- Download URL: agxclick-0.1.38.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 | 1dc6937fb6c4acf42c7770db7cb39f0ecaf0e817ea7cd0c88d634d150e4965be |
|
MD5 | 496213a6e6ce4341c409af98f014b10e |
|
BLAKE2b-256 | 5d757ee6d08a8c8782cde68079905b0b780de9d0aec342eac935dfe0957a244f |
Provenance
File details
Details for the file agxclick-0.1.38-py3-none-any.whl
.
File metadata
- Download URL: agxclick-0.1.38-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 | 082b83500111624034635b8c2469ea6d6f1a35a51b9b38ed3b62e431f9eabd00 |
|
MD5 | 18085b7825cdbfcacbf0da0822951857 |
|
BLAKE2b-256 | 9b48b908dc0f7a93290f06c220eae1ad7ca775c39a638a0490748aa3feadb40d |