Overview: Install ros and ubuntu20.04 on Raspberry pi 4

1. installation of Raspberry Pi imager from official website

Select the operating system as Ubuntu Server 20.04. However, there is no ubuntu desktop in that case. So you have to install the ubuntu-desktop manually. Configure your own password and user name.

2. prepare the SD card.

Upload the operating system to the SD card.

3. change the download source

If you work or study at China, you have to modify the download source to make the downloading process stable.

shell 复制代码
cd /etc/apt

cp sources.list ./sources.list.bak

 sudo sed -i  's/ports.ubuntu.com/mirrors.ustc.edu.cn/g' sources.list

And then:

shell 复制代码
sudo apt update
sudo apt upgrade

4. install the ubuntu-desktop

The shell command is :

shell 复制代码
sudo apt install ubuntu-desktop

5. ROS noetic installation

shell 复制代码
wget http://fishros.com/install -O fishros && bash fishros

Select the option that matches your own device.

6. Others

If you want to install vscode, turn to 5 and re-select installation option.

相关推荐
北山有鸟1 天前
用开发板的.config替换ubuntu中内核源码目录的.config
linux·运维·ubuntu
wait a minutes1 天前
Ubuntu 升级后 NVIDIA 驱动修复指南
linux·运维·ubuntu
量子物理学2 天前
ubuntu安装docker
ubuntu·docker·eureka
MIXLLRED2 天前
随笔——在 Ubuntu 22.04 中查看 Markdown (.md) 文件
linux·运维·ubuntu·markdown
面向对象World2 天前
Z8350 Broadcom SDIO网卡调试Ubuntu 22.04 Server版
linux·运维·ubuntu
wait a minutes2 天前
【Ubuntu】Ubuntu 20.04 升级到 24.04 完整指南
ubuntu
丑过三八线2 天前
Umi 配置文件 .umirc.ts 详解
linux·运维·ubuntu·react.js
喵喵爱自由2 天前
ubuntu离线扩展磁盘分区
linux·运维·ubuntu
风吹夏回3 天前
TypeScript 快速上手指南:从 JavaScript 到类型安全
javascript·ubuntu·typescript
jingling5553 天前
从零到一:用 Aholo Viewer 在浏览器里渲染 3D 高斯泼溅小熊
linux·前端·ubuntu·3d