Borrar filtros
Borrar filtros

Ho do I connect Niryo One with the output of a python file?

4 visualizaciones (últimos 30 días)
Hannes Gaßmann
Hannes Gaßmann el 26 de Dic. de 2021
Respondida: Venkat Siddarth Reddy el 19 de Feb. de 2024
Hi,
I want to use the output of an extern python file to control the robot Niryo One. The python file is running live and outputs something. I want the Niryo One to make easy movements depending on this output (at the same time, so uploading a file is not possible. Has anyone an idea how to connect the tasks (maybe with Matlab)?
Thanks in advance.

Respuestas (1)

Venkat Siddarth Reddy
Venkat Siddarth Reddy el 19 de Feb. de 2024
Hi Hannes,
I understand that you are trying to feed the output of python script to Niryo one robot so that, based on the information received, the robot can move accordingly.
To achieve this, you can setup a publisher-subscriber model, where python script would be the publisher and the MATLAB script, which is going to control the robot, will be the subscriber. In this way, whenever there is an output from the python script, you can send this information to MATLAB without any request from MATLAB to python.
You can use ROS toolbox to setup up this publisher subscriber model with the Niryo one robot.
To learn more about ROS, ROS toolbox, ROS communication and the setup of Niryo one with MATLAB, refer to the following documentation:
I hope it helps!

Categorías

Más información sobre Call Python from MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by