We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the latest ROS indigo VM, when executing the below command, getting errors:
viki@c3po:~/raptor$ sudo apt-get install ros-fuerte-openni-* ros-fuerte-bosch-drivers Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package ros-fuerte-openni-* E: Couldn't find any package by regex 'ros-fuerte-openni-*' E: Unable to locate package ros-fuerte-bosch-drivers
What is the alternative?
The text was updated successfully, but these errors were encountered:
This won't work for Indigo. You could try my fork instead, so see #5. If you want to use a usb cam node for the demo do:
sudo apt-get install ros-indigo-usb-cam
If you want to use the kinect as an alternate image source, something like
sudo apt-get install ros-indigo-openni-launch
would be a good start.
Sorry, something went wrong.
No branches or pull requests
Using the latest ROS indigo VM, when executing the below command, getting errors:
What is the alternative?
The text was updated successfully, but these errors were encountered: