According to status_page/ros_noetic_ufv8.html?q=desktop, the binary packages for arm64
of desktop_full
are not building right now.
It is released, but the red squares indicate the binaries are missing, which typically means the build is failing for some reason.
A look at the release job seems to indicate that two packages which desktop_full
depends on fail to build:
And from looking at their dependencies, it would seem gazebo_ros_pkgs
and gazebo_ros_control
isn't building on arm64
at the moment.
I haven't checked why that is the case, but it would seem that's why ultimately desktop_full
is not available.
If you don't absolutely need Gazebo -- and I doubt it would make sense to run Gazebo on an RPi, even a 4 -- then you could install something other than desktop_full
, something which doesn't include the simulators
metapackage.
What is the output of
uname -rvmp
andcat /etc/apt/sources.list.d/ros-latest.list
?Also:
always link to any instructions you followed or are referring to.
We cannot know which instructions you've followed, and there are many.
And I just noticed:
that's actually not the correct package name.
And neither is
ros-noetic-full
.Please do not paraphrase errors. Copy-paste them verbatim into your question.
We cannot help you otherwise.
Good Afternoon Thank you for your response. I was following the instruction posted here: http://wiki.ros.org/noetic/Installati...(Step:1.4) with the command
sudo apt install ros-noetic-desktop-full
and got the errorE: Unable to locate package ros-noetic-desktop-full
....To your follow-up question:
Output from
uname -rvmp
is :Output from
cat /etc/apt/sources.list.d/ros-latest.list
is :