UCSD-E4E / stingray-auv

ROS packages for the Stingray 3.0 AUV
http://e4e.ucsd.edu/wordpress/?page_id=36
5 stars 3 forks source link

Distributed Computing #10

Open PNaughton opened 11 years ago

PNaughton commented 11 years ago

Set up a talker-listener system across N number of machines. This will also help us experiment faster, help with demos, etc.

PNaughton commented 11 years ago

I.e. it would be nice to be able to run stereo image software on the desktop while pulling the imu data from the imu connected to the atom board. I am not sure what are data rate limitations are on this, but we should push them

antonellla commented 11 years ago

I'd try running all the processes on each machine in their own namespace (i.e. processes on the stingray will have the globally resolved namespace /stingray/stereo/left/.... ). Then any of the processes on any of the machines on the network can be accessed through the globally resolved hostname. No need to ssh or any of that.

This is helpful: http://www.ros.org/wiki/Names

PNaughton commented 11 years ago

Thanks that is helpful. It still may be helpful to figure this out so that we can launch processes on different machines using a single launch file. Do you know if this is possible?

antonellla commented 11 years ago

Almost 100% sure it is not only possible but very easy. All you need is the IPs or hostnames, then it knows where to launch each process, and what namespace to launch each process in.

PNaughton commented 11 years ago

Cool. Lets try! I envision being able to pull IMU data to the desktop through the atom, so that we can do testing that way.

PNaughton commented 10 years ago

Thomas did a lot for us. Still need to set up the i7