Stephen Thompson

Results 57 comments of Stephen Thompson

I've been using this. It creates a lot of svg images, but they're compact. https://pypi.org/project/ndjsonTosvg/

Hello. What are you trying to track? I see you've listed 8700449.rom. Is that the only tracked object you're trying to track, in which case you should remove something_else.rom from...

Hello, I don't think there is any way to get the coordinates of a single ball directly with our library. I'm pretty sure we can only track multi ball rigid...

https://github.com/PlusToolkit/ndicapi/issues/40

As a quick experiment, could you let me know what happens if you try and initialise the tracker as a Polaris? Like `SETTINGS = { "tracker type": "polaris", "romfiles" :...

Thanks for posting the output, it looks like it isn't going to be straight forward. I'm struggling to spend any time to this issue and also don't think we have...

Thanks for raising this. This looks like an issue with Python 3.12 and our versioning code (https://github.com/python-versioneer/python-versioneer). I'll try and have a look at fixing it this week. If you're...

@JKvet I think this is fixed now. Please can you try again with python 3.12. You need to make sure your using version 1.0.1, which may involve clearing your pip...

Thanks @rajkundu, this looks a useful addition in principle. Ideally I'd like to see the change accompanied with a unit test so we don't drop code coverage. That should also...

OK, thanks. Please have a try and I'll be happy to help. You should be able to turn on github actions on your fork so you can see the test...