Hanzc989 / ros_yesense_imu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yesense

Introduction

This is a ros driver for yesense imu sensor.

Install Dependence

git clone https://github.com/wjwwood/serial.git
cd serial/
mkdir build
cmake ..
make
sudo make install

Build

cd yesense_ws/
catkin_make

Usage

roslaunch yesense_imu yesense.launch

**note: **change the params in launch to your own

About


Languages

Language:C++ 91.5%Language:CMake 8.5%