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

4 次查看(过去 30 天)
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.

回答(1 个)

Venkat Siddarth Reddy
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!

类别

Help CenterFile Exchange 中查找有关 Call Python from MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by