rtabmapviz running on client via wifi ?

Posted by sandmen on
URL: http://official-rtab-map-forum.206.s1.nabble.com/rtabmapviz-running-on-client-via-wifi-tp1228.html

Hey,
currently I didn't find how to get this scenario running!
What I want to do..
1. Create a 3D map with rtabmap_ros rgbd_mapping.launch, this I have working.
2. View the map with rtabmapviz on a client, live!

Is there any solution in ROS/RTABMAP, to stream this points to a Client ?

Is rtabmapWifi the solutions?
But, if I read the schematics correctly,
http://wiki.ros.org/rtabmap_ros/Tutorials/SetupOnYourRobot#Remote_mapping

ROS is sending all the "informations" and the mapping is done on the client!
That is not really what I'm looking, I thought, to do all the mapping on the Robot, and send "only"
the relevant data to the client, and the client is "just" doing the visualization. :-)

Thanks