Zdeněk Materna

Results 54 issues of Zdeněk Materna

Would it be possible to add command to perform only cut? Like if I print label without cutting and then need to cut it later.

I checked the log and have no idea why does it happen. Also tried to re-run the check but the result was the same. Please see https://github.com/robofit/arcor2/pull/438/checks?check_run_id=1861222777. Many thanks for...

My attempt to fix the issue #126. It works for objects as well as for arrays of objects. I also propose to change the way how the schema is referenced....

The following minimal script: ```py #!/usr/bin/env python3 # -*- coding: utf-8 -*- from apispec import APISpec # type: ignore from apispec_webframeworks.flask import FlaskPlugin # type: ignore from flask import Flask...

The following example: ```py from dataclasses import dataclass from typing import Set, Any from dataclasses_jsonschema import JsonSchemaMixin from apispec import APISpec # type: ignore from apispec_webframeworks.flask import FlaskPlugin # type:...

On a machine with Ubuntu 20.04 and 20 GB of RAM, I'm experiencing problems with Pupil, which memory consumption is growing while playing video. When I open `htop` I can...

File spacenav_node.cpp contains FULL_SCALE definition (512) which is used for normalizing values for "joy" topic. Non-normalized values are available on "offset" topic and it seems that my device gives 350...

Camera with bayer output (for V4L it's BA81 format) doesn't work with libuvc_ros - for instance this one: http://www.e-consystems.com/1MP-USB3-Vision-Camera.asp. It seems that current libuvc has support for this format (https://github.com/ktossell/libuvc/blob/master/include/libuvc/libuvc.h#L72)...

Hi, I just noticed, that parameter video_mode is completely ignored and uncompressed mode is always used (https://github.com/ktossell/libuvc_ros/blob/master/libuvc_camera/src/camera_driver.cpp#L315) which is unfortunatelly not supported for some devices. I can try to fix...

Right now, the `handle_response` raises `Exception`: https://github.com/torayeff/fanucpy/blob/27a70d1c19f610f37cc196c7e97b1d682f37167e/src/fanucpy/Robot.py#L61 which is probably not a good practice. I propose to define at least one library-specific exception and optionally other derived exceptions... Something like...