A simple configurable ROS2 subscriber
Project description
ros2_simple_sub
A simple, configurable ROS2 subscriber Python package.
Usage:
from ros2_simple_sub import run_subscriber
received_messages = []
# Run subscriber with defaults
run_subscriber(storage=received_messages)
print("Received messages:", received_messages)
You can override defaults:
run_subscriber(
node_name="custom_node",
msg_type="Float64",
topic_name="sensor_data",
queue_size=5,
storage=received_messages,
)
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
ros2_simple_sub-0.1.0.tar.gz
(1.8 kB
view details)
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 ros2_simple_sub-0.1.0.tar.gz.
File metadata
- Download URL: ros2_simple_sub-0.1.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b17713eeaf19ccc19f1e8cf4425264d384fd01cfbd09f284972a660ea495fa22
|
|
| MD5 |
b3d781f6314d93e5db11aa2e354289a4
|
|
| BLAKE2b-256 |
072b43c70af61941662a06af9c0735ace300c346a5f3ce7dcfc8578c98b98e27
|
File details
Details for the file ros2_simple_sub-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ros2_simple_sub-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfa58aa2b3e240b3dcfcfe0a84278b6a905ef520b68331194f88c21a0a576954
|
|
| MD5 |
44bd0d9845ac0e2d67a5959a30d3586b
|
|
| BLAKE2b-256 |
c5eccedb7fdd92e0e35041f4c4ee507a8af63aeed3d7c970b83a25398f2026c9
|