Skip to content

Raspberry Pi setup

Gonzalo G. Fernández edited this page Nov 7, 2023 · 8 revisions

Raspberry Pi OS setup

The OS setup was execute followinf the Getting started page in the Raspberry Pi official documentation.

ROS 2 setup

The ROS 2 installation was executed following the ROS 2 on Raspberry Pi guide.

  1. Clone the docker images repository on github.com/osrf/docker_images/
  2. Change to the docker folder
  3. Execute docker build -t ros_docker .

Docker setup

The docker installation was executed following these Debian installation steps.

Raspberry Pi camera setup

Launch TCP server from Raspberry Pi to stream video capture by the camera:

libcamera-vid -t 0 --rot 180 --width 1280 --height 720 --framerate 30 --bitrate 3000000 -o -

On your machine, to see the video stream (VLC required):

vlc tcp/h264://192.168.100.29:3333
Clone this wiki locally