rustdds 0.11.8

Native Rust DDS implementation with RTPS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ROS2 Demo: Turtlesim Control

This example program controls the ROS2 "turtlesim" example.

## Instructions

* Install ROS2 and its [turtlesim]https://docs.ros.org/en/foxy/Tutorials/Turtlesim/Introducing-Turtlesim.html package. These are steps 1 and 2 in the ROS2 Turtlesim tutorial.

* Optionally, perform tutorial step 3 "Use turtlesim":
 ** Launch teleop node to control the turtle. 
 ** Test to see that turtlesim responds to teleop commands.
 ** Quit teleop node.

* Build and execute the RustDDS example: `cargo run --example=turtle_teleop`. Use keyboard to control the turtle in a similar way as the native teleop node.