Openni kinect error make
Hi!! I'm trying to install the drivers's openni kinect in Ubuntu with ROS electric.
I installed ROS following "the ROS installation instrucion" and I did the first 9 tutorials, but when i tried to install the openni kinect following http://www.ros.org/wiki/openni_kinect , the comand "make" fail.
That's the error message in the terminal:
miles@nono:~/drivers$ make
cd openni && make
make[1]: se ingresa al directorio «/home/miles/drivers/openni»
git clone https://github.com/OpenNI/OpenNI.git build/openni
make[1]: git: No se encontró el programa
make[1]: *** [build/openni] Error 127
make[1]: se sale del directorio «/home/miles/drivers/openni»
make: *** [openni_lib] Error 2
Please....help me :(