Effacer les filtres
Effacer les filtres

activating valve with ROS

2 vues (au cours des 30 derniers jours)
Amin Hallaj
Amin Hallaj le 18 Nov 2022
Modifié(e) : Yoga le 7 Sep 2023
Hello,
We want to control a solenoid valve (on/off) with simulink. The simulink is connected to ROS and the activation message is 0 (for closing) and 1 (for opening).
The problem is that when the message is sent to the ROS, ROS receives it but valve is not opened completely (it partially opens). But when the message is sent from another node (an ubuntu machine), ROS again receives the same message and valve completely opens.
Does anyone have a similar experience and think it is a MATLAB/ROS clock issue?
Thank you.

Réponses (1)

Yoga
Yoga le 7 Sep 2023
Modifié(e) : Yoga le 7 Sep 2023
I understand that you are facing an issue with activating the valve in the ROS. The issue might be in the sorted execution order of the subscriber and publisher blocks. But it most likely should not be a MATLAB/ROS clock issue.
You can refer to the following links regarding ROS current time and accessing ROS time functionality:
  1. https://www.mathworks.com/help/ros/ref/currenttime.html
  2. https://www.mathworks.com/help/ros/ref/time.html
I hope this helps resolve resolve your issue.

Catégories

En savoir plus sur Publishers and Subscribers dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by