RO
rosmod/lib-bbbeqep
eQEP (Enhanced Quadrature Encoder Pulse) library for Beaglebone Black revision C
Beaglebone Black eQEP C++ Library
eQEP (Enhanced Quadrature Encoder Pulse) library for Beaglebone Black revision C
Install Build Tools
sudo apt-get install python-catkin-toolsBuild Library:
cd
mkdir catkin_ws #if a workspace does not already exist
cd catkin_ws
git clone https://github.com/rosmod/lib-bbbeqep.git src/lib-bbbeqep
catkin build bbbeqepUpdate Library:
cd ~/catkin_ws
catkin clean bbbeqep
cd src/lib-bbbeqep
git pull
cd ..
catkin build bbbeqepRosmod Source Library Setup:
- In this github repo navigate to releases, right click on
bbbeqep.zip(not the source code zip!) and select `Copy link address' - In a rosmod project, drag in a new source library to the software model
- Paste the link in the url attribute
- Name the source library
bbbeqep - Drag the library into the
set editorof any component that uses it - In the forwards section of the component add
#include "bbbeqep/eqep.h
On this page
Languages
C++89.0%CMake11.0%
Contributors
Created March 12, 2016
Updated April 21, 2019