Nicholas Pilkington

Results 17 issues of Nicholas Pilkington

I'm wondering how to enable these controls on polygons created from leaflet draw like `L.Polygon`, which seems to be different from `L.polygon`.

I'm not sure if this is possible or how to approach it. Happy to contribute an example if someone can point me in the right direction.

Just wondering which library you use for the visualizations in the documentation?

It compiles correctly for me, but when I try: ``` import g2o ``` I get: ``` import g2o ImportError: dlopen(/Users/me/opt/anaconda3/envs/dev/lib/python3.7/site-packages/g2o.cpython-37m-darwin.so, 2): no suitable image found. Did find: /Users/me/opt/anaconda3/envs/dev/lib/python3.7/site-packages/g2o.cpython-37m-darwin.so: mach-o, but...

I am looking to extend this example: https://github.com/uoip/g2opy/blob/master/python/examples/ba_demo.py To handle a Brown Camera model with distortion parameters k1, k2, k3, k4, p1, p2. Could you please point me in the...

``` (dev) [nickp@m1 baba-babaisyou-v0 (main)]$ python3 DQN.py ``` ``` Traceback (most recent call last): File "DQN.py", line 16, in env = gym.make('baba-babaisyou-v0') File "/Users/nickp/opt/anaconda3/envs/dev/lib/python3.7/site-packages/gym/envs/registration.py", line 601, in make env =...

API
bug
p0

I'm getting this exception when I run: `./s3-parallel-put —-bucket-region=us-west-2 --bucket=my.bucket.name localfolder` Exception ``` File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 269, in match_hostname % (hostname, ', '.join(map(repr, dnsnames)))) CertificateError: hostname 'my.bucket.name.s3.amazonaws.com' doesn't match either...

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, 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...

build/install issue

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, 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...

bug

I have a .pcap file of LIDAR data captured from VLP-16. Can I run BreezySLAM on it?