Can you help me with rtabmap-wifi?
i Can't understand in wiki passage about that ,
I want anything for test , for example . Suppose you have two laptop ( number 1 and number 2) , and one of them (number one) connect to kinect and grab the frames ,and send to another laptop (number 2) with wifi ....
now , i want to use real-time rtabmap in second labtop with frames that coming from number 1 ..
it means i didn't connect labtop num2 to kinect and i want to use a frames that coming from num1 for mapping ...
You would need to do some TCP/IP communication (Client/Server). ROS is
already doing that, so it is why the standalone doesn't re-implement the
same communication mechanism.