/notebook/deprecated/ros

Posts in ros

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

by danaukes

In ubuntu

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

...

Read More
IDEAlab ROS prerequisites

by danaukes

```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 danaukes

Introduction

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

Read More
Installing and Configuring the default ROS Environment

by danaukes

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

from here

```bash

this ...

Read More
ROS Installation Summary

by danaukes

This is derived from the official tutorial

  1. Run this code:

    Note: We're ...

Read More