ipsod

Results 31 comments of ipsod

The idea to build a CAM is separate from the rest - the CAM is for making parts for machines, and the rest is to control those machines. I think...

Oh, cool. What a wizard. Man, what I'd give for your skill set. UI design, too - the screenshot here is maybe the coolest thing I've seen: https://madcad.netlify.app/ I'm a...

Would PyMadCad be suitable to visualize a robot? Can I control the models in realtime? In the toolchain I described above: `trajectory planner -> (basically drivers/firmware)` -> `robot`, could I...

This is amazing. I want to know how to do this, and I want to be a part of it. I hope the math isn't too much of a barrier....

I get the same thing in NeoVim, but it works as advertised in Vim and GVim.

I'm having trouble installing like this on a virtualenv. I've pip-installed other packages from git with no issues, but this one I can't import. In my virtualenv, it's the only...

It's a bit of a pain to set up, since you (seemingly) first have to create a shipping template, then create a listing using that shipping template's id, then upload...

Regarding the dangers of a Python script failing to cleanup a Zenoh subscriber... I sometimes write code so bad that it cannot be exited normally, and the process must be...

I agree that switching to context managers would make things a lot more obvious to Python developers. Also, on something like this, from the subscribe example: ``` # WARNING, you...