1 Star 0 Fork 0

jian-li / adis_driver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
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

搜索帮助