Posts

Git Extensions Setup

by danaukes

Git Extensions

Git Extensions is a useful gui that has been ported over to ubuntu ...

Read More
Install Google Fonts

by danaukes

The advice on whether to install these fonts is a bit outdated as many of ...

Read More
installing lineage

by danaukes

Install ADB

https://wiki.lineageos.org/adb_fastboot_guide

or

sudo apt install -y adb

Install udev rules

Instructions taken from ...

Read More
mail setup

by danaukes

...

Read More
getting pyBullet working in Anaconda

by danaukes

search keywords:

  • python
  • anaconda
  • conda
  • pybullet
  • Mesa
  • OpenGL
  • radeonsi
  • swrast

Trying to run a pyBullet script, ...

Read More
Ros Tutorial

by danaukes

Lab instructions for setting up ROS
Read More
Overview

by danaukes

Introduction

The purpose of this project is to document our implementation of ROS and teach ...

Read More
Setting up Git

by danaukes

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

Update git

```bash roscd thorlabs_linear_actuator/ git status git add ...

Read More