adubredu / Realsense.jl

A light-weight Julia interface to Intel realsense cameras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Realsense.jl

Julia interface to Intel realsense cameras via ROS 1

Installation

  1. Install ROS and install the Intel Realsense ROS package: sudo apt-get install ros-melodic-realsense2-camera
  2. Open your Julia REPL by typing julia in your terminal.
  3. Press ] on your keyboard to enter the package manager
  4. Enter command add https://github.com/adubredu/Realsense.jl and press Enter on your keyboard to install this package.
  5. Press the Backspace key on your keyboard to return to the REPL

Usage

  1. See the examples folder for usage examples

Compatibility

This package was developed and tested on ROS Melodic with an Ubuntu 18.04 laptop. It should however work on any modern ROS 1 or Ubuntu version.

About

A light-weight Julia interface to Intel realsense cameras

License:MIT License


Languages

Language:C++ 30.3%Language:CMake 28.5%Language:Julia 27.6%Language:Python 13.6%