Skip to main content

Controller to AGX Dynamics messaging

Project description

Click

The main idea behind click is to enable a non-Brick controller talking to a Brick enabled AGX Dynamics Simulation in a way configurable by Brick. The name comes from the sound two Bricks makes when connected.

There are three main considerations

  1. How the controller can send controls and receive sensor values in a similar fashion regardless of environment, ie real or sim.
  2. How Brick adds sensors or topology on top of urdf, and how this is communicated to the controller.
  3. How to communicate controls and sensors in an effective way.

The current solution is to introduce a Handshake, which enables the simulation to tell the controller what to expect in terms of how to control and what sensor data is being sent.

A typical flow is

  1. Client controller connects and sends HandshakeInit
  2. Server responds with Handshake
  3. Client receives Handshake and validates the setup.
  4. Client sends Controls
  5. Server responds with Sensors
  6. The loop 4-5 is repeated.

Run demo

python3.9 -m pclick.demo.server --trace
python3 -m pclick.demo.client

Use

import pclick

Usage Examples

Visit the GitHub repo for more info and usage examples.

License

Apache License 2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pclick-0.3.2.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

pclick-0.3.2-py3-none-any.whl (9.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page