Jeremy

Results 12 comments of Jeremy

Same Issue at @that1guy. I can see my requests are sending the id to ga, but the `user` view in google analytics is not showing them. Not sure if its...

Hi @bxc237 , Thanks for checking out Polylidar3D. I do not really have a full example of using **all** of the Polylidar3D framework in C++. This repo is **nearly** all...

It depends on the sensor stream, how noisy it is, and the resolution of the data. I think it should run okay on an i7 though for 440*240 streams that...

The API calls will be very similar to the python api calls in the python examples. I think it's just a difference in snake_case versus CamelCase. I added a new...

I made some updates on the dev branch. I made an almost full example here: https://github.com/JeremyBYU/polylidar/blob/dev/examples/cpp/polylidar-full-example.cpp Be sure to read this README.md if you are going to build: https://github.com/JeremyBYU/polylidar/blob/dev/examples/cpp/README.md Also...

I have the same question as @ericyan71 except for a 3D case. ```python a = np.random.randn(2,2,3) b = np.random.randn(2,2) # boolean mask mask = b > 0.5 # applying a...

Thanks for the update!

Yep, just what I was thinking.

Sounds great. I think the extension as a slave will work best. Look forward to working on it with you!

Okay, thanks for looking into it!