Coder Social home page Coder Social logo

mb_1r2t_ros's Introduction

MB_1r2t Driver

ROS1 driver for MB_1r2t alt text alt text

*Speed control (GND = FASTEST/5v = SLOWEST)
*Baud rate is 153600

How to install

I have currently only tested the driver with Ubuntu 20.04 using ROS1 Noetic

  1. Install ros and create a workspace: http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment

  2. Clone and build package:

$ cd ~/catkin_ws/src
$ git clone https://github.com/Vidicon/mb_1r2t_ros.git
$ cd ~/catkin_ws/
$ catkin_make

How to run the driver

  1. Connect the lidar using a TTL serial to usb adapter

  2. Get access to the serial port

To be able to use the serial port without root access you need to add the user to the dialout group:

$ sudo adduser $USER dialout
$ reboot

This only needs to be done once

  1. Find connected port:
$ ls /dev/tty*

You would expect to see /dev/ttyUSB0 or /dev/ttyACM0 in the list

  1. Launch the launch file:
$ roslaunch mb_1r2t_ros view.launch port:=/dev/ttyUSB0

You should see rviz with the lidar data:

alt text

mb_1r2t_ros's People

Contributors

vidicon avatar shiro-nek0 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.