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
Add 2 missing `README.md`
tags/v0.3.9-rc1
haixuantao
1 year ago
parent
5e03843f1e
commit
f286009a7a
2 changed files
with
16 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
examples/python-ros2-dataflow/README.md
+7
-0
examples/rust-dataflow/README.md
+ 9
- 0
examples/python-ros2-dataflow/README.md
View File
@@ -0,0 +1,9 @@
# Quick Python ROS2 example
To get started:
```bash
source /opt/ros/humble/setup.bash && ros2 run turtlesim turtlesim_node &
source /opt/ros/humble/setup.bash && ros2 run examples_rclcpp_minimal_service service_main &
cargo run --example python-ros2-dataflow --features="ros2-examples"
```
+ 7
- 0
examples/rust-dataflow/README.md
View File
@@ -0,0 +1,7 @@
# Quick Rust example
To get started:
```bash
cargo run --example rust-dataflow
```
Write
Preview
Loading…
Cancel
Save