ros-drivers / rosserial

A ROS client library for small, embedded devices, such as Arduino. See: http://wiki.ros.org/rosserial
508 stars 527 forks source link

apt version table mismatch, despite apt update #585

Open fredrikbissmarckatfoise opened 2 years ago

fredrikbissmarckatfoise commented 2 years ago

Hello, on ubuntu 20.04 LTS, sudo apt install fails for

sudo apt install ros-noetic-rosserial-arduino

and

sudo apt install ros-noetic-rosserial

despite running sudo apt update & sudo apt upgrade. I get failed to fetch (404) for all archives. Further:

sudo apt-cache policy ros-noetic-rosserial-arduino \ ros-noetic-rosserial-arduino: \ Installed: (none) \ Candidate: 0.9.1-1focal.20210112.094928 \ Version table: \ 0.9.1-1focal.20210112.094928 500 \ 500 http://packages.ros.org/ros/ubuntu focal/main amd64 Packages (I cannot get the newline in the code markup to work, sorry about that)

If I check on the repository, e.g. http://packages.ros.org/ros/ubuntu/pool/main/r/ros-noetic-rosserial-msgs/

it says version 0.9.2 everywhere. How can I resolve this mismatch??