qpc001

Results 22 issues of qpc001

when i am going to show a gray image with cvui::image(), it comes out this : ![image](https://user-images.githubusercontent.com/31476516/50573492-f806bc00-0e0f-11e9-8dc7-78de3c5a62b8.png) `#include using namespace std; #define CVUI_IMPLEMENTATION #include "cvui.h" #include #include #include using namespace...

bug
c++
python

### 功能概述 | Describe the feature _No response_

优化建议

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...

question

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...