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

Turtlebot3 OpenCR problem

asked 2020-12-07 12:37:39 -0500

ecabanas gravatar image

I’m new in turtlebot3, so first of all, sorry if I did not speak as a master :wink:

I have a problem setting up my TB3. I follow all the steps, but when I want to check Opencr as manual said:

sudo apt-get update the result is the following, any idea why is happening?

pi@raspberrypi:~ $ sudo apt-get update Hit:1 http://archive.raspberrypi.org/debian stretch InRelease Hit:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease Get:3 http://packages.ros.org/ros/ubuntu stretch InRelease [4,673 B] Err:3 http://packages.ros.org/ros/ubuntu stretch InRelease The following signatures couldn't be verified because the public key is not av ailable: NO_PUBKEY F42ED6FBAB17C654 Fetched 4,673 B in 1s (3,532 B/s) Reading package lists... Done W: An error occurred during the signature verification. The repository is not up dated and the previous index files will be used. GPG error: http://packages.ros. org/ros/ubuntu stretch InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F42ED6FBAB17C654 W: Failed to fetch http://packages.ros.org/ros/ubuntu/di... T he following signatures couldn't be verified because the public key is not avail able: NO_PUBKEY F42ED6FBAB17C654 W: Some index files failed to download. They have been ignored, or old ones used instead.

Thank's

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2020-12-08 10:00:26 -0500

miura gravatar image

There seems to be a deficiency in the public key settings.

Try the following command

$ sudo apt-key del F42ED6FBAB17C654
$ sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
$ sudo apt-get update

See: http://wiki.ros.org/kinetic/Installat...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-12-07 12:37:39 -0500

Seen: 249 times

Last updated: Dec 08 '20