Linux

Highlighted

Posts

06-Install and Setup git

Git

Git is the command line program for interacting with a git repository

Clone and Setup Custom Workspace

Steps

  1. Install prerequisites
sudo apt install -y ros-melodic-joy
sudo apt install -y python3-numpy …

Creating a new package

Create a new package

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

Create a new message

Steps

  1. Create Message

    roscd thorlabs_linear_actuator/
    mkdir msg
    cd msg
    nano write.msg
    
  2. Paste in …

Install and Setup SSH

Basic Steps

  1. Make a new directory for holding keys

Using the Mark-10

prep the host machine in a virtualbox environment

  1. Download and install drivers from the mark 10 …

08-install gitman

Gitman is my python based package for scanning a computer and pulling all your repositories off. If …