Open 3dokki opened 6 months ago
Have you installed ros-noetic yet?
If yes, maybe you haven't setup your computer to accept software from packages.ros.org yet.
Try this in your terminal:
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo apt install curl # if you haven't already installed curl
curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -
then
sudo apt update
After those commands run your apt-get install again and see whether it solved
ISSUE TEMPLATE ver. 0.4.0
Which TurtleBot3 platform do you use?
Which ROS is working with TurtleBot3?
Which SBC(Single Board Computer) is working on TurtleBot3?
Which OS you installed on SBC?
Which OS you installed on Remote PC?
Specify the software and firmware version(Can be found from Bringup messages)
Specify the commands or instructions to reproduce the issue.
Copy and Paste the error messages on terminal.
E: Unable to locate package ros-noetic-joy E: Unable to locate package ros-noetic-teleop-twist-joy E: Unable to locate package ros-noetic-teleop-twist-keyboard E: Unable to locate package ros-noetic-laser-proc E: Unable to locate package ros-noetic-rgbd-launch E: Unable to locate package ros-noetic-rosserial-arduino E: Unable to locate package ros-noetic-rosserial-python E: Unable to locate package ros-noetic-rosserial-client E: Unable to locate package ros-noetic-rosserial-msgs E: Unable to locate package ros-noetic-amcl E: Unable to locate package ros-noetic-map-server E: Unable to locate package ros-noetic-move-base E: Unable to locate package ros-noetic-urdf E: Unable to locate package ros-noetic-xacro E: Unable to locate package ros-noetic-compressed-image-transport E: Unable to locate package ros-noetic-rqt E: Couldn't find any package by glob 'ros-noetic-rqt' E: Couldn't find any package by regex 'ros-noetic-rqt*' E: Unable to locate package ros-noetic-rviz E: Unable to locate package ros-noetic-gmapping E: Unable to locate package ros-noetic-navigation E: Unable to locate package ros-noetic-interactive-markers
Please describe the issue in detail.