ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

not install the Openni drivers onto my system

asked 2012-05-29 14:12:17 -0500

rosmaker gravatar image

updated 2012-05-29 16:42:08 -0500

joq gravatar image
hg clone https://kforge.ros.org/openni/drivers
cd drivers
make

then, not installed and displayed it

cd openni && make
make[1]: Entering directory '/root/drivers/openni'
git clone https://github.com/OpenNI/OpenNI.git build/openni
make[1]: git: Command not found
make[1]: *** [build/openni] Error 127
make[1]: Leaving directory '/rooroot/drivers/openni'
make: *** [openni_lib] Error2
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2012-05-29 14:22:46 -0500

updated 2012-06-17 20:24:39 -0500

tfoote gravatar image

This message:

git: Command not found

suggests that git is not installed in your system... try this:

sudo apt-get install git-core

Then try to do make again.

I hope this helps

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-05-29 14:12:17 -0500

Seen: 207 times

Last updated: Jun 17 '12