/notebook/deprecated/ros

Posts in ros

Ros Tutorial

by Dan Aukes

Lab instructions for setting up ROS

Read More
Overview

by Dan Aukes

Introduction

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

Read More
Setting up Git

by Dan Aukes

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
Ubuntu Prep

by Dan Aukes

In ubuntu

  1. Check that you are a member of the following groups

...

Read More
IDEAlab ROS prerequisites

by Dan Aukes

```bash

update repository

sudo apt update

visual package manager

sudo apt install -y synaptic

ssh access

sudo apt install -y openssh-server

python ...

Read More
Virtualbox Setup (optional)

by Dan Aukes

Introduction

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

Read More
Installing and Configuring the default ROS Environment

by Dan Aukes

This is not necessary if you will be creating your own custom workspace

from here

```bash

this ...

Read More
ROS Installation Summary

by Dan Aukes

This is derived from the official tutorial

  1. Run this code:

    Note: We're ...

Read More