Where are the messages stored in ROS2 for external access ?
Lets say if I have a client-server service model performing some functions, where can I have the access to the intermediate functions ?
e.g. client sends 2 variables a and time and i multiply it in the server as res = a*time
. How can I have access to this res
(i mean in which folder) so that i can integrate ROS2 to another tool ? the other tool requires the information like what and when are we transferring through ROS2 (DDS).