You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mkdir turtle_ws
cd turtle_ws/
mkdir src
cd src/
cd ..
colcon build
Repositório do Libfreenect para o kinect ROS2:
git clone https://github.com/OpenKinect/libfreenect
cd libfreenect
mkdir build
cd build
cmake -L .. # -L lists all the project options
sudo ldconfig -v
sudo make install
Kinect ROS2:
cd src/
git clone -b fix-header https://github.com/Rinaldots/kinect_ros2
cd ..
rosdep install --from-paths src --ignore-src -r