/notebook/deprecated/ros

Posts in ros

Navigating the Ros Filesystem (optional)

by Dan Aukes

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 Dan Aukes

Introduction

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

Read More
Creating a new package

by Dan Aukes

Create a new package

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

...

Read More
Create a new message

by Dan Aukes

Steps

  1. Create Message

    ```bash roscd thorlabs_linear_actuator/ ...

Read More
Creating Scripts

by Dan Aukes

Steps

see https://wiki.ros.org/ROS/Tutorials/CustomMessagePublisherSubscriber(python) for details on how to customize

  1. create the scripts directory and pull ...
Read More
Clone and Setup Custom Workspace

by Dan Aukes

Steps

  1. Install prerequisites
sudo apt install -y ros-melodic-joy
sudo apt install -y python3-numpy
  1. Install libnifalcon (instructions ...
Read More
Using the Mark-10

by Dan Aukes

prep the host machine in a virtualbox environment

  1. Download and install drivers from the ...
Read More