How to correcly compile and run UM7 downloaded from git
Dear,
i tried to install UM7 drivers on my RPI with Ubuntu Mate (1.12.1). I installed ros-kinetics library (all). Unfortunatelly, the kinetic package have not um7 library for apt-get. Then i download sources from git ( https://github.com/ros-drivers/um7.git ), compile and install it.
Simly, steps:
git clone xxxx
mkdir build
cd build
cmake ../ (sucessfully)
make (sucessfully)
make install (sucessfully)
rosrun um7 um7_driver _port:=/dev/ttyAMA0 : [rospack] Error: package 'um7' not found
Any sugestions where is a problem and how to run UM7?