iai_kinect2 icon indicating copy to clipboard operation
iai_kinect2 copied to clipboard

Tools for using the Kinect One (Kinect v2) in ROS

Results 102 iai_kinect2 issues
Sort by recently updated
recently updated
newest added

Hi When I run "roslaunch kinect2_bridge kinect2_bridge.launch", I get the error "Failed to load nodelet '/kinect2_bridge` of type `kinect2_bridge/kinect2_bridge_nodelet` to manager `kinect2'" Then I run it with gdb, I get...

[FATAL] [1687198197.502272860]: Failed to load nodelet '/kinect2_bridge` of type `kinect2_bridge/kinect2_bridge_nodelet` to manager `kinect2' [kinect2-2] process has died [pid 17211, exit code -11, cmd /opt/ros/noetic/lib/nodelet/nodelet manager __name:=kinect2 __log:=/home/arunvenkat/.ros/log/7a8ccb3a-0ecc-11ee-8691-9325b7556b20/kinect2-2.log]. log file: /home/arunvenkat/.ros/log/7a8ccb3a-0ecc-11ee-8691-9325b7556b20/kinect2-2*.log...

After running catkin_make, errors appear in iai_kinect2/kinect2_bridge/src/kinect2_bridge.cpp. Here are a few: `error: ‘CV_IMWRITE_JPEG_QUALITY’ was not declared in this scope compressionParams[0] = CV_IMWRITE_JPEG_QUALITY; error: ‘CV_RGBA2BGR’ was not declared in this scope...

I have a rather peculiar setup here, which is Ubuntu 18.04, running a ROS melodic 1.14.2 and using OpenCV3.2 . I have to say that everything worked perfectly till now....

Change the cv declarations to version 4.2.0.

Aftering run roslaunch kinect2_bridge kinect2_bridge.launch

Hi, I have a problem with publishing /kinect2/qhd/points topic it shows 0 hz does anyone know how to solve this issue? thank you

Hi, I use `catkin_make -DCMAKE_BUILD_TYPE="Release" -Dfreenect2_DIR=/usr/local/freenect2/lib/cmake/freenect2` and get ``` [ 27%] Built target kinect2_registration [ 36%] Building CXX object iai_kinect2/kinect2_viewer/CMakeFiles/kinect2_viewer.dir/src/viewer.cpp.o [ 54%] Built target kinect2_calibration [ 72%] Built target kinect2_bridge_nodelet...

rosrun kinect2_viewer kinect2_viewer kinect2 sd cloud [INFO][main]tpoic color:/kinect2/sd/image_color_rect [INFO][main]tpoic depth:/kinect2/sd/image_depth_rect [INFO][main]starting receiver..... my rosbirdge package is installed properly ,and there is not any problems about the dependences problems. but why...