Posts in ros
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 ...
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 ...
Virtualbox Setup (optional)
by danaukes
Introduction
This section discusses how to prepare a virtual machine for installing ROS. Because ...
ROS Installation Summary
by danaukes
This is derived from the official tutorial
-
Run this code:
Note: We're ...