ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Actually I fixed this myself. You go to the MIT PGP Key Server (http://pgp.mit.edu/) - input the text string into the search and do the search. You will probably have to put 0x in front of your string. You then copy the key and paste it into a text file, which you can import on the command line via gpg --import key.txt

I did have a problem farther downstream however. When I tried to run the talker and listener it could not find a library. The error msg was:

error while loading shared libraries: libddskernel.so: cannot open shared object file: No such file or directory

I assume I need to get DDS now, so any advice on that?

Regards, Nolan