hello I'm attempting a roslaunch on a remote computer via ssh
I get: remote[Computer-02-0]: creating ssh connection to Computer-02:22 > remote[Computer-02-0]: failed to launch on row1: > pycrypto is not installed As you see ssh connects just find, but what provides pycrypto ?? and if roslaunch depends on it, shouldn't it be pulled in by the roslaunch.bb ?? just for the reference this is the command I issue: # roslaunch -p 46500 /mnt/usb/master.launch and master.launch : <launch> > > <machine name="row1" address="Computer-02" > env-loader="/opt/fpe/bin/ros_env.sh" /> > <node name="talker" pkg="fpe_beginner_tutorials" type="taler" /> > > <node name="listner" machine="row1" pkg="fpe_beginner_tutorials" > type="lytter" /> > > </launch> BR Lars
