|
||
Hi Is anyone using roslaunch remote ? If so what are your git status's ? When I ecxecute a rosluanch file to launch some nodes on remote machines I get
there must be some inconsistencies in the checked out versions and branches I am using. But what is the right combination of things ? python-pycrypto is not present in meta-python before a625494863b70f13ca29b4b0322fbfd5a8a073d9@meta-openembedded
I prefer to stay on the morty branch since it's the current Yocto version. BR. Lars Larsen here is my git status's:
|
Visit Topic or reply to this email to respond.
To unsubscribe from these emails, click here.
|
||
ROSLAUNCH will use the local scripts. At least, everything is working properly, and you are informed of the problem. First, try to install pycrypto via pip. https://pypi.python.org/pypi/pycrypto If pip do not find it for your target, take the source and compile it for your target, make a packet and spread it across your devices. |
|
||
thanks, but that is not an option for me. |
|
||
|
|
If you think so, then you have to redo your software without pycrypto. if you are using Yocto, then, it is a linux distribution. Probably using the Intel Edison. You can cross-compile the library or compile it directly on the Edison. If you do not understand what I am telling, then change your board and take a more flexible board like an Odroid or a RPi. |
|
||
Hi Alexis I understand you, but - there is NO compiling or installing on the target, all building must be handled by bitbake. I'm trying to work out an entire new framework for an existing product, and trying to employ ROS to gain some flexibility, I ran into this problem when experimenting with roslaunch off remote nodes. It is roslaunch that employ pycrypto when SSH'ing to the remote node, so I kind'a can't redo that part. I hope there is a combination of git commits that works, or am I stepping in to uncharted land here ? ( I doubt it though !) |
|
||
Check out UP board for an x86 Atom. It was a solid choice for my ROS |
|
||
Hi Mario |
|
||
Remote roslaunch requires both I think the best course of action would be to do something similar to what @mpthompson did in this commit, but for |
|
||
thanks, |