Remy Mellet

Results 47 comments of Remy Mellet

I've just tried that morning, and HMR **does not work** in **default_popup** with vite 4 (4.5.3) or with vite 5 (5.0.11 & 5.2.12), error is: `Uncaught (in promise) SyntaxError: Failed...

> > I've just tried that morning, and HMR **does not work** in **default_popup** with vite 4 (4.5.3) or with vite 5 (5.0.11 & 5.2.12), error is: `Uncaught (in promise)...

Hi! You're right, I didn't though about the 2nd edge case (reformulated: let's say we want to keep forever a subarray of a huge array, with my PR it will...

> If you use OpenCV 4, lines 1093-1096 in kinect2_bridge/src/kinect2_calibration.cpp get macro'ed out, so you'll need to add a line for OpenCV 4 (same call signature as the one for...

Also there are missing Macro see last file in https://github.com/cbuchxrn/iai_kinect2_opencv4/commit/7123381392f2524f1f85713bb92ab1f2e768190f `#elif CV_MAJOR_VERSION == 3` -> `#elif CV_MAJOR_VERSION == 3 || CV_MAJOR_VERSION == 4 ` twice

Order of channel not respected and there are missing Macro see last file in https://github.com/cbuchxrn/iai_kinect2_opencv4/commit/7123381392f2524f1f85713bb92ab1f2e768190f `#elif CV_MAJOR_VERSION == 3` -> `#elif CV_MAJOR_VERSION == 3 || CV_MAJOR_VERSION == 4 ` twice

I had the same problem. Finally I restart my computer (fresh ubuntu and ros installation) and it works... And after running in one tab `roslaunch kinect2_bridge kinect2_bridge.launch` and in another...