rust-ros2-dataflow ExampleThis example shows how to publish/subscribe to both ROS2 and Dora. The dataflow consists of a single node that sends random movement commands to the ROS2 turtlesim_node.
This examples requires a sourced ROS2 installation.
ros2 run turtlesim turtlesim_nodeAfter sourcing the ROS2 installation and starting the turtlesim node, you can run this example to move the turtle in random directions:
cargo run --example rust-ros2-dataflow --features ros2-examples