How to use kinect-v1 in ros noetic?
I'm using ubuntu 20.04 and thus installed ros Noetic. I'm trying to use kinect which I've previously done in ros Indigo using the freenect
package, but there's no freenect
package for ros Noetic. I did the following:
sudo apt-get install libfreenect-dev
and
sudo apt-get install ros-noetic-freenect-launch
The latter command returns E: Unable to locate package ros-noetic-freenect-launch
Is there a way to use kinect v1 in ros Noetic?