Zdeněk Materna

Results 22 comments of Zdeněk Materna

@fastjack I'm about to buy one - have you tried to figure out how it communicates? It would be great if you can provide dump from WireShark or something like...

I need to pick the printed label with a robot (one arm only) so pressing a cut button is not an option unfortunately :-) I tried to print full white...

@Mikhail5555 Thank you for your effort. As a first attempt, I will try to remove margins.

Unfortunately, most of the links in my READMEs are within GitHub. Would it be a solution to insert some (configurable) delay between requests? I don't care much how long the...

Could it be that the problem is in links containing `%2` as [this one](https://github.com/robofit/arcor2/releases/tag/arcor2%2F0.12.0)? It seems that other links within the repo are ok. See the report https://github.com/robofit/arcor2/runs/2030470582?check_suite_focus=true.

I faced a similar problem and solved it by changing `__name__` of the inner classes dynamically before generating the schema. My dataclasses typically look like this: ```python @dataclass class Event(JsonSchemaMixin):...

@s-knibbs What do you think? If you are ok with the change, I will also update tests and README. It would be great if this PR can make it into...

It would be great to have body tracking in the master!

@cansik Great! Just when using pyk4a-bundle, mypy complains for some reason (with "ordinary" pyk4a, it is ok): ``` src/python/arcor2_kinect_azure/kinect_azure.py:6: error: Skipping analyzing "pyk4a": module is installed, but missing library stubs...

And when trying to open the sensor, I'm unfortunately getting ``` Inconsistency detected by ld.so: dl-version.c: 205: _dl_check_map_versions: Assertion `needed != NULL' failed! ```