pazeshun / vl53l0x_mraa_ros

ROS package for using VL53L0X with libmraa
1 stars 1 forks source link

vl53l0x_mraa_ros

ROS package for using VL53L0X with libmraa.

Features

Installation

Install C/C++ Library in libmraa

You can skip this when you only need ROS messages.

sudo add-apt-repository ppa:mraa/mraa
sudo apt-get update
sudo apt-get install libmraa1 libmraa-dev mraa-tools

Install vl53l0x_mraa_ros

$ cd ~/catkin_ws/src/
$ git clone https://github.com/pazeshun/vl53l0x_mraa_ros.git
$ cd ..
$ catkin build
$ source devel/setup.bash

Running sample

$ rosrun vl53l0x_mraa_ros single_vl53l0x_ros