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

Installing ROS Kinetic on the Raspberry Pi NO_PUBKEY F42ED6FBAB17C654

asked 2019-07-27 09:36:43 -0500

bowe gravatar image

updated 2019-08-06 01:44:00 -0500

jayess gravatar image

Following install instruction I get the error message:

The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F42ED6FBAB17C654

pi@raspberrypi:~ $ sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'

pi@raspberrypi:~ $ sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 
421C365BD9FF1F717815A3895523BAEEB01FA116

Executing: /tmp/apt-key-gpghome.MdEqEf8EV4/gpg.1.sh --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116

gpg: key 5523BAEEB01FA116: public key "ROS Builder <rosbuild@ros.org>" imported

gpg: Total number processed: 1

gpg:               imported: 1

pi@raspberrypi:~ $ sudo apt-get update && sudo apt-get upgrade -y 

Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease

Hit:2 http://archive.raspberrypi.org/debian buster InRelease

Get:3 http://packages.ros.org/ros/ubuntu buster InRelease [4,633 B]

Err:3 http://packages.ros.org/ros/ubuntu buster InRelease

  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F42ED6FBAB17C654
Reading package lists... Done

W: GPG error: http://packages.ros.org/ros/ubuntu buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F42ED6FBAB17C654

E: The repository 'http://packages.ros.org/ros/ubuntu buster InRelease' is not signed.

N: Updating from such a repository can't be done securely, and is therefore disabled by default.

N: See apt-secure(8) manpage for repository creation and user configuration details.

Installing on a raspi3 with freshly installed Buster, it was working fine on Jessi. Can anyone help? Thx.

edit retag flag offensive close merge delete

Comments

Humpelstilzchen gravatar image Humpelstilzchen  ( 2019-08-04 02:04:30 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-08-05 23:29:19 -0500

Stigma gravatar image

updated 2019-08-06 01:43:08 -0500

jayess gravatar image

The Raspberry Pi Kinetic instructions need to be updated with the new key in the Setup ROS Repositories step:

sudo -E apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
edit flag offensive delete link more

Comments

thank you very much

Hexrobot gravatar image Hexrobot  ( 2019-08-06 03:27:05 -0500 )edit

Would be great if someone could actually update that page.

@Hexrobot: perhaps this would be something you could do, seeing as you just ran into the problem.

gvdhoorn gravatar image gvdhoorn  ( 2019-08-06 10:11:27 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2019-07-27 09:36:43 -0500

Seen: 1,969 times

Last updated: Aug 06 '19