Gary Chan

Results 56 comments of Gary Chan

Seems so strange... For tag `v4.3.0`, the generated library is **libzmq.so.5.2.0** since https://github.com/zeromq/libzmq/blob/v4.3.0/CMakeLists.txt#L1077, and all documents are followings the first version number: http://api.zeromq.org/

- While using `tcp://*:6600`, it runs normally - Just test libzmq as following, no exception ```cpp #include "libzmq/zmq.h" int main (void) { void *ctx = zmq_ctx_new (); assert (ctx); void...

Thanks @FrankCAN, I met similar problem as I mentioned in referenced issue **Memory usage `#7`** ![image](https://user-images.githubusercontent.com/6770853/39221208-35d48800-4868-11e8-8aff-1e17313d9570.png)

How about refering to the README.md with current DEMO, then you can know clearly about the tf tree and can implement the function you want.

@YoushaaMurhij Seems you fixed it? without any comment?

Found your **PCL version: 1.10**, currently I have verified PCL 1.7, PCL 1.9 only, maybe you can have a try.

Never mind to keep it open until fixed.

@Xiangzhaohong Thanks a lot for your reply. I will try to integrate it into current version...(only non-working time). Very open for you about any PR

@Xiangzhaohong Why the result is such bad... ![image](https://user-images.githubusercontent.com/6770853/69912690-ceaf3f80-1467-11ea-9762-4bda9b47e4d4.png)