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