1 Star 0 Fork 0

jian-li / adis_driver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 913 Bytes
一键复制 编辑 原始数据 按行查看 历史
vision_smartcar 提交于 2018-05-17 10:36 . modify readme

ADIS_Driver is a ROS driver for adis16488, ROS indigo is tested(other version have not been tested yet!) to be fine. In order to build this project, the ROS indigo should be installed first. #Install dependencies

#yaml-cpp should build from source
mkdir path/to/yaml-cpp
git clone https://github.com/jbeder/yaml-cpp
cd yaml-cpp
mkdir build& cd build
cmake ..
make -j4
sudo make install 
# QtExtSerialPort
git clone https://github.com/qextserialport/qextserialport
qmake
make 
sudo make install
# c++11 is need for yaml-cpp

After the dependencies is installed, follow the instruction below to build the code.

cd path/to/catkin_ws
catkin_make

#Open Configure

sudo su
cd path/to/catkin_ws
source devel/setup.bash
rosrun adis_driver adis_driver

Q&A: If sampled data is strange, you should check you pc is big end or small end. This driver used small end, you can change it in the config file.

1
https://gitee.com/JaneLee/adis_driver.git
git@gitee.com:JaneLee/adis_driver.git
JaneLee
adis_driver
adis_driver
master

搜索帮助