Skip to main content

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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ros2_simple_sub-0.1.0-py3-none-any.whl (2.3 kB view details)

Uploaded Python 3

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

Hashes for ros2_simple_sub-0.1.0.tar.gz
Algorithm Hash digest
SHA256 b17713eeaf19ccc19f1e8cf4425264d384fd01cfbd09f284972a660ea495fa22
MD5 b3d781f6314d93e5db11aa2e354289a4
BLAKE2b-256 072b43c70af61941662a06af9c0735ace300c346a5f3ce7dcfc8578c98b98e27

See more details on using hashes here.

File details

Details for the file ros2_simple_sub-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for ros2_simple_sub-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bfa58aa2b3e240b3dcfcfe0a84278b6a905ef520b68331194f88c21a0a576954
MD5 44bd0d9845ac0e2d67a5959a30d3586b
BLAKE2b-256 c5eccedb7fdd92e0e35041f4c4ee507a8af63aeed3d7c970b83a25398f2026c9

See more details on using hashes here.

Supported by

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