This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
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
0a9348f7f0
commit
3508898a31
Failed to extract signature
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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(
Write
Preview
Loading…
Cancel
Save