subscriber over ip
Hi all, I have a low speed cpu connected to a hokuyo laser. I would like to see its output on rviz. An example launch code is provided on ROS https://code.ros.org/svn/ros-pkg/stac...
However, since rviz and other GUI tools require some good amount of memory, I need to find a way to see the output on my laptop. Is there any way that I could send the hokuyo data over the ethernet?...so that I can view the data on an rviz running on my laptop? Could I write any subscriber that listens to a node name on a particular ip? Hope my question is clear.
Thanks in advance