Browse Source

Print received value as arrow data, instead of raw byte array

tags/v0.2.5-alpha.3
Philipp Oppermann 2 years ago
parent
commit
3508898a31
Failed to extract signature
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/python-ros2-dataflow/control_node.py

+ 1
- 1
examples/python-ros2-dataflow/control_node.py View File

@@ -15,7 +15,7 @@ for i in range(500):
print(
f"""Node received:
id: {event["id"]},
value: {event["data"]},
value: {event["value"]},
metadata: {event["metadata"]}"""
)
node.send_output(


Loading…
Cancel
Save