Browse Source

Add 2 missing `README.md`

tags/v0.3.9-rc1
haixuantao 1 year ago
parent
commit
f286009a7a
2 changed files with 16 additions and 0 deletions
  1. +9
    -0
      examples/python-ros2-dataflow/README.md
  2. +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
```

Loading…
Cancel
Save