Is there a way to determine IP address of publisher for each message
Hello,
I'm currently developing small system for monitoring and management of a mobile robot group in ROS. One of system's features is reservation mechanism, which lets students reserve exclusive access to the robot - reserved robot only reacts to commands coming from that computer. I want to base it on IP addresses of computers in laboratory.
Here comes my question: Is there a (ROS-based) way to determine IP address of publisher for each message coming to the robots from computers in the laboratory?