You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/setup/pi4humble.md
+5-6
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,12 @@
1
1
# Connect Create® 3 to Raspberry Pi® 4 and set up ROS 2 Humble
2
2
3
-
!!! note
4
-
As of March 2023, use of Galactic is recommended, as it is more performant than Humble on Create 3.
5
-
6
3
## Before you start
7
4
!!! attention
8
5
**These directions are written for someone with experience with embedded Linux and basic embedded computers.**
9
6
It is highly recommended to read through the following documents before beginning:
10
7
11
8
*[How to install Ubuntu Server on your Raspberry Pi](https://ubuntu.com/tutorials/how-to-install-ubuntu-on-your-raspberry-pi)[^1] - official Canonical documentation
12
-
*[Installing ROS 2 on Ubuntu Linux](https://docs.ros.org/en/galactic/Installation/Ubuntu-Install-Debians.html)[^1] - official Open Robotics documentation
9
+
*[Installing ROS 2 on Ubuntu Linux](https://docs.ros.org/en/humble/Installation/Ubuntu-Install-Debians.html)[^1] - official Open Robotics documentation
13
10
14
11
## Step-by-step
15
12
@@ -19,10 +16,12 @@ It is highly recommended to read through the following documents before beginnin
19
16
20
17
1. Insert your microSD card into your computer and under storage in the Raspberry Pi Imager, select your microSD card.
21
18
22
-
1. Select the gear icon to optionally customize advanced options including enabling SSH, setting a unique username and password, and configuring a wireless LAN.
19
+
1. It's recommended to customize advanced options for the image before flashing it.
20
+
To do it, either click on the gear icon, if visible, or press "ctrl + shift + x" keyboard shortcut ("command + shift + x" on MacOS).
21
+
Advanced options include enabling SSH, setting a unique username and password, and configuring a wireless LAN.
23
22
It is recommended to uncheck the "Eject media when finished" box in advanced options so you can edit the necessary files in the following steps without re-inserting the SD card.
24
23
25
-
1. Once all options have been selected, click the "WRITE" button to write the image to your SD card.
24
+
1. Once all options have been selected, click the "WRITE" (or "NEXT") button to write the image to your SD card.
26
25
27
26
1. In the system-boot partition, edit config.txt and add `dtoverlay=dwc2,dr_mode=peripheral` at the end of the file.
Copy file name to clipboardexpand all lines: docs/setup/ubuntu2204.md
-3
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,5 @@
1
1
# Install ROS 2 Humble with Create 3 Messages on an Ubuntu 22.04 Machine
2
2
3
-
!!! note
4
-
As of March 2023, use of Galactic is recommended, as it is more performant than Humble on Create 3.
5
-
6
3
## Before you start
7
4
These directions should work on a machine natively running Ubuntu[^1] 22.04, as well as in a virtualized container within another operating system.
8
5
Note that there might be some network setup required if in a virtualized container; for example, RMWs seem to like running in a bridged network configuration rather than a NATted one.
0 commit comments