フィルターのクリア

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

4 ビュー (過去 30 日間)
Hannes Gaßmann
Hannes Gaßmann 2021 年 12 月 26 日
回答済み: Venkat Siddarth Reddy 2024 年 2 月 19 日
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
Venkat Siddarth Reddy 2024 年 2 月 19 日
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 Center および File ExchangeCall Python from MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by