Saving real time data
How can save a data to a file (it can be txt file) in real time when we click with the mouse on the ROS platform.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Asked: 2022-07-30 06:43:57 -0600
Seen: 41 times
Last updated: Jul 30 '22
It is unclear what you are asking us about. ros has no special support for either writing to a file or reading a mouse click. You use the standard (non-ros) ways to do these things for your language and Operating System.
Please edit your description so we understand what your ros-specific question is.