Asyncio interface to gazebo transport subscribers. Based on asyncio_for_robotics
Project description
Asyncio Gazebo
Asyncio interface to gazebo transport subscribers!
Based on asyncio_for_robotics
Code Sample
This library is an Asyncio for Robotics subscriber, for Gazebo transport. Refer to the detailed docs of Asyncio for Robotics to use the subscriber and asyncio.
sub = asyncio_gazebo.Sub(Pose_V, "/world/diff_drive/dynamic_pose/info")
# Get a new message
await sub.wait_for_new()
# Continuously process all incoming messages
async for msg in sub.listen_reliable():
print(msg)
# and many more ...
Installation
You need to install Gazebo transport.
pip install https://github.com/2lian/asyncio-gazebo
Example code
pixi run python -m asyncio_gazebo.example
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 asyncio_gazebo-1.0.0.tar.gz.
File metadata
- Download URL: asyncio_gazebo-1.0.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7bce06951f4e8aa9102210ec891aba78fcda631df74037e23421be794e6056bd
|
|
| MD5 |
da0652146975dd5d49cb35d13a6529ee
|
|
| BLAKE2b-256 |
385b138577aaf25ccaeeac4c14a99f506abe48b94ce6f75a22a31145de1f5f2c
|
File details
Details for the file asyncio_gazebo-1.0.0-py3-none-any.whl.
File metadata
- Download URL: asyncio_gazebo-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
290478788d252aa322089bf502fc07295fc392ddcf56a68455ddac35eac96afa
|
|
| MD5 |
5f948387d3b3298a1e19aac7af3e9ede
|
|
| BLAKE2b-256 |
e6e1c3fb8cd177a5243d7f47fc29a5cc7d3d0b5c89b83ad28d6885aafce0504d
|