From 9e6d35631c352b0c75a95c28196d08710f339923 Mon Sep 17 00:00:00 2001 From: Mateus Assis Date: Sun, 15 Jan 2023 10:30:10 -0300 Subject: [PATCH] update: sending points tutorial added --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7ba972..a878512 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,10 @@ Guira is meant to process CoppeliaSim's basic information, such that you can foc The folder `tutorials/` contain a lot of examples (each one shows an application). The folder contains both the code and the scene. You can open the scene with CoppeliaSim and run the simulation. Then you run the code with a python interpreter (the lib needs python 3.9 at least) and that is it! Here it goes a list of available examples: -* `connecting_to_a_scene` explains how to connect to a simulation scene; * `bounding_boxes` shows how to retrieve objects configuration, as well as the bounding boxes' corners positions; +* `connecting_to_a_scene` explains how to connect to a simulation scene; * `moving_robots` teach you how to drive a robot; +* `sending_points` exemplify the use of _Curves_ and _Scene_ package by generating a curve and sending some samples to the simulated scene; * `ultrasonic_sensor` shows how to read an ultrasonic sensor. # 👩‍💻 How to install? 👨‍💻