Skip to content

Commit

Permalink
update: sending points tutorial added
Browse files Browse the repository at this point in the history
  • Loading branch information
mtxslv committed Jan 15, 2023
1 parent 509cbe7 commit 9e6d356
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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? 👨‍💻
Expand Down

0 comments on commit 9e6d356

Please sign in to comment.