publish message to specific time
how I can send a message just for a time, for example 5 seconds, after that I say to neoud to stop publication,
thanks
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
how I can send a message just for a time, for example 5 seconds, after that I say to neoud to stop publication,
thanks
Asked: 2016-02-20 16:07:26 -0600
Seen: 543 times
Last updated: Feb 20 '16
Maybe you can specify your question. I mean you could simply write a node that publishes a message and gets the current time from the master, and it stops publishing as soon as the current time minus the starting time exceed five seconds.