Posts with "linux" Tag

Creating a custom Photon Package

by Dan Aukes

Introduction

These instructions were used to create the photon package. Please see the package ...

Read More
Running Ros on a Raspbery Pi 4 with Raspberry Pi OS

by Dan Aukes

Introduction

Installing ROS on a Raspberry Pi 4 is difficult because, though the ubuntu images ...

Read More
Getting UVC working with Raspberry Pi

by Dan Aukes

Steps

  1. install uvc stuff.

    ```bash sudo apt update ...

Read More
CV Bridge and Python 3

by Dan Aukes

getting cv_bridge working with python 3 is less straightforward. you need to recompile cv_bridge ...

Read More
Ros Tutorial

by Dan Aukes

Lab instructions for setting up ROS

Read More
Korg Nano

by Dan Aukes

SUBSYSTEM=="usb", ATTR{idVendor}=="0944", ATTR{idProduct}=="010f", MODE="666"

```bash sudo cp 98-korg-nano.rules /etc/udev/rules.d/ sudo chmod 644 ...

Read More
Setting up OptiTrack

by Dan Aukes

Install

sudo apt install -y ros-melodic-mocap-optitrack

Create a rigid body and ensure it ...

Read More
Start Virtualbox as a Service in Linux

by Dan Aukes

sudo apt reinstall virtualbox-dkms virtualbox-ext-pack virtualbox-qt virtualbox

```bash sudo nano /etc/default/virtualbox ...

Read More