qpc001
qpc001
when i am going to show a gray image with cvui::image(), it comes out this :  `#include using namespace std; #define CVUI_IMPLEMENTATION #include "cvui.h" #include #include #include using namespace...
CUDA Version: 11.2, 11.3 ``` cmake -DBUILD_SHARED_LIBS=ON .. ``` Compiled successd. But it will crash when running example/registration. ``` terminate called after throwing an instance of 'thrust::system::system_error' what(): radix_sort: failed...
### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D-ML/issues). - [X] I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release documentation](http://www.open3d.org/docs/release/) and the...
When I setting a global variable `bool shutdown = false;` in main.cpp, and I setup a publisher to send something at /topic_xxx. Version: ros-melodic Env: Ubuntu18.04 Reproduction steps: 1. rostopic...