Robotics StackExchange | Archived questions

Raspberry Pi 3 Bullseye arm64 Noetic install

Hello,

Trying to get off the ground with a Noetic first time install on Raspberry Pi 3 Model B running RPi OS Bullseye 64-bit. Here are the different attempts that manifested roadblocks for which my limited knowledge had no workarounds:

This particular platform is intended for learning purposes only (crash-and-burn in due course). I really don't need Docker but is the Docker route my only option for the Raspberry Pi 3 Model B arm64 platform? Thanks.

Kind regards.

Asked by baqwas on 2022-08-29 09:43:36 UTC

Comments

Answers

Bullseye is not an officially supported distribution for ROS Noetic, this is why there are no debian packages available for it. More details can be found on similar questions: https://answers.ros.org/question/265252/what-ros-distributions-is-ros-debian-compatible-with/ The reference to know which distribution / architectures are supported by a given ROS Distribution is REP-003.

The approach I usually favor for RaspberryPis is to install an Ubuntu 64bits (20.04 Focal for ROS Noetic) on them and install ROS following the official installation instructions.

Asked by marguedas on 2022-08-30 02:35:43 UTC

Comments

Thank you very much for your answer. As a newbie, I appreciate the guidance very much.

Kind regards.

Asked by baqwas on 2022-08-30 08:01:19 UTC