- https://www.ros.org/
- https://www.mathworks.com/products/ros.html
- https://www.mathworks.com/help/ros/ros-in-matlab.html
- https://niryo.com/docs/niryo-one/developer-tutorials/set-up-matlab/
Ho do I connect Niryo One with the output of a python file?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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.
0 commentaires
Réponses (1)
Venkat Siddarth Reddy
le 19 Fév 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!
0 commentaires
Voir également
Catégories
En savoir plus sur Call Python from MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!