You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 292 B

123456789
  1. # Quick Python ROS2 example
  2. To get started:
  3. ```bash
  4. source /opt/ros/humble/setup.bash && ros2 run turtlesim turtlesim_node &
  5. source /opt/ros/humble/setup.bash && ros2 run examples_rclcpp_minimal_service service_main &
  6. cargo run --example python-ros2-dataflow --features="ros2-examples"
  7. ```