Ubuntu

Highlighted

Posts

Virtualbox Setup (optional)

Introduction

This section discusses how to prepare a virtual machine for installing ROS. Because …

Installing ROS2 on a Raspberry Pi

Flashing

Make sure you

  • add your ssh key during flashing
  • setup wifi
  • define a hostname

Tailscale …

Preparation

Things you will need

  • ssh public key
  • configuration backup file
  • gpg key

First, update apt

sudo apt …

Setting up Git

git config --global user.email "danaukes@gmail.com"
git config --global user.name "Dan …

IDEAlab ROS prerequisites

#update repository
sudo apt update
#visual package manager
sudo apt install -y synaptic
#ssh access …

Install Tailscale

how to install tailscale in linux

02-Import Keys

Install and Setup

  1. Install gnupg, nautilus integration (seahorse), and restart nautilus

Common Docker Commands

General Commands

docker images
docker pull
docker create
docker ps
docker attach 3378689f2069 …

Demonstrating Unicast in ROS2 on virtual machines over a local network using CycloneDDS

Switching from ROS2’s multicast default to unicast can be a bit tricky, especially if …