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
Fix minor typo
tags/v0.3.4-rc1
haixuanTao
1 year ago
parent
597ee41428
commit
0f52773767
2 changed files
with
0 additions
and
18 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
examples/python-ros2-dataflow/random_turtle.py
+0
-17
test_typing.py
+ 0
- 1
examples/python-ros2-dataflow/random_turtle.py
View File
@@ -1,7 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import dora as dora
from dora import Node, Ros2Context, Ros2NodeOptions, Ros2QosPolicies
CHECK_TICK = 50
+ 0
- 17
test_typing.py
View File
@@ -1,17 +0,0 @@
from dora import (
Node,
PyEvent,
DoraStatus,
Ros2Context,
Ros2Node,
Ros2NodeOptions,
Ros2Topic,
Ros2Publisher,
Ros2Subscription,
start_runtime,
__version__,
__author__,
Ros2QosPolicies,
Ros2Durability,
Ros2Liveliness,
)
Write
Preview
Loading…
Cancel
Save