Martin Schulze

Results 29 comments of Martin Schulze

``` import * as PIXI from 'pixi.js' import { EventEmitter } from 'eventemitter3' interface EaseOptions { duration?: number ease?: string | Function useRaf?: boolean ticker?: PIXI.Ticker maxFrame?: number } interface...

@davidfig I'd like to ask you if you could have a look on the previously posted type-definitions if they are OK and merge them. Thank you :)

If you implement support for storages like minio you basically have ( I think) everything in place to beat solutions like supabase, nhost, firebase, appwrite etc. The integration would somehow...

@mvollrath thanks! I've implemented the roslib side ( untested though :)) ) Basically I have very large images in arraybuffer (uint8) format. Easily goes up to 16MB and more. Right...

@mvollrath Pullrequest has been sent, I will have a look later on the rosbridge side but I do lack total knowledge of all internals. Some help here would be nice!...

Same issue here, it seems that the URDF resources (collada files?) on the robotwebtools server are not reachable or available at all (see #293). Since 2017 this issue is still...

I have a similar use-case where I basically connect to a backend which implemented task-executions with action server (a concept that I personally dislike...). When refreshing the webpage/webapp it should...

@dhruvbatra tested on 'hm3d_full', works for me now. It seems that only very few scene folders contain dedicated semantic annotation files, probably it is what it is but maybe it...

Please also add to the URDF (libgazebo_ros_openni_kinect.so section) ` 0.25 2.88 ` (this works for me, the values are identically with the clip-near and clip-far) to the camera plugin in...

Hi @0mdc sure! I will try that out today or tomorrow and come back.