Posts

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
Navigating the Ros Filesystem (optional)

by danaukes

From here

```bash

sudo apt install -y ros--ros-tutorials

sudo apt install -y ros-melodic-ros-tutorials

rospack find ...

Read More
Installing, Running, and Using RosBridge

by danaukes

Introduction

This section describes installing RosBridge, which is useful for communicating to devices which do ...

Read More
Creating a new package

by danaukes

Create a new package

```bash
cd ~/code/code_idealab_ros/src/

...

Read More