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.

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:

sudo apt update
sudo apt upgrade

4. install the ubuntu-desktop

The shell command is :

sudo apt install ubuntu-desktop

5. ROS noetic installation

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. 2024.4

    2023-12-10 02:50:02       32 阅读
  2. 2024.4.1exercise

    2023-12-10 02:50:02       35 阅读
  3. 2024.4.1

    2023-12-10 02:50:02       38 阅读
  4. 2024.4.2

    2023-12-10 02:50:02       33 阅读
  5. 练习题(2024/4/3)

    2023-12-10 02:50:02       32 阅读
  6. 2024-4-7

    2023-12-10 02:50:02       39 阅读
  7. 2024.4.8作业

    2023-12-10 02:50:02       31 阅读
  8. 2024/4/9

    2023-12-10 02:50:02       35 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2023-12-10 02:50:02       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2023-12-10 02:50:02       100 阅读
  3. 在Django里面运行非项目文件

    2023-12-10 02:50:02       82 阅读
  4. Python语言-面向对象

    2023-12-10 02:50:02       91 阅读

热门阅读

  1. 软件设计原则-开闭原则

    2023-12-10 02:50:02       56 阅读
  2. Node CLI 之 Commander.js (1)

    2023-12-10 02:50:02       61 阅读
  3. C# --线程的进化史

    2023-12-10 02:50:02       50 阅读
  4. 偶数位字符前置算法

    2023-12-10 02:50:02       61 阅读