Setting up ROS network with Velodyne 32e
I am trying to run ROS across multiple computers, with one processing data from the velodyne lidar and another computer receiving the published messages. I followed the instructions here from the wiki tutorial (Getting Started with the HDL-32E) in order to connect to the velodyne, but now I cannot see any of the published messages from my other machine. I am able to ping back and forth between the computers and set the ROS_IP in both .bashrc files. Everything is running on groovy.
Can you rostopic pub and subscribe between the machines for a simple test?
I am able to rostopic pub and subscribe to all topics on both machines except the velodyne points.
What does `rostopic list` show on each machine?
Do you have enough bandwidth and computation available to send the topic across the wire? The Velodyne produces a lot of data.