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

Nolan's profile - activity

2018-11-12 05:02:54 -0500 received badge  Taxonomist
2017-02-22 06:33:06 -0500 received badge  Famous Question (source)
2017-02-22 06:32:23 -0500 received badge  Famous Question (source)
2016-03-15 01:21:57 -0500 received badge  Notable Question (source)
2016-03-15 01:21:57 -0500 received badge  Famous Question (source)
2016-01-23 23:39:39 -0500 received badge  Notable Question (source)
2015-12-07 00:48:23 -0500 received badge  Popular Question (source)
2015-11-12 01:57:32 -0500 received badge  Popular Question (source)
2015-11-11 19:22:36 -0500 answered a question Install problem with ros2

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

2015-11-11 15:50:35 -0500 asked a question Install problem with ros2

When I attempt to install the prerequisites (OSRF sources for DDS) on the ros2 install I find a key problem. For example, when I type:

sudo apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys D2486D2DD83DB69272AFE98867170598AF249743

it times out with the msg:

gpg: requesting key AF249743 from hkp server ha.pool.sks-keyservers.net gpg: keyserver timed out gpg: keyserver receive failed: keyserver error

Reading the net some have said to add port 80 to the command, but when I use:

sudo apt-key adv --keyserver ha.pool.sks-keyservers.net:80 --recv-keys D2486D2DD83DB69272AFE98867170598AF249743

it does not recognize that host and gives me: gpgkeys: no keyserver host provided gpg: keyserver internal error gpg: keyserver receive failed: keyserver error

I had no problem installing the original ros. Any advice appreciated.

Regards, Nolan

2015-11-10 20:02:41 -0500 received badge  Notable Question (source)
2015-11-10 17:09:34 -0500 asked a question problem downloading ros 2.0

Mr. Dornhege,

Thank you for identifying where I can download ROS 2.0

However when I try to do so, I get the following error, which my IT department says is a problem with the site. Any advice would be appreciated. The error is displayed below.

Regards, Nolan

when I try:

sudo apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 421C365BD9FF1F717815A3895523BAEEB01FA116

I get a key error in response:

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.eGkQgLecYy --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d/umang-indicator-stickynotes.gpg --keyserver ha.pool.sks-keyservers.net --recv-keys D2486D2DD83DB69272AFE98867170598AF249743
gpg: requesting key AF249743 from hkp server ha.pool.sks-keyservers.net
gpg: keyserver timed out
gpg: keyserver receive failed: keyserver error
2015-11-10 13:43:39 -0500 received badge  Popular Question (source)
2015-11-10 11:52:19 -0500 asked a question Does ros 2.0 yet exist? If so where can I find it

I have read some descriptions about a potential ROS 2.0.

Does it yet exist?

If so where can I find it?

Thanks