Chi

Results 20 comments of Chi

I am getting this error from a library `Ros.js:36 Uncaught TypeError: Cannot set properties of undefined (setting 'socket')`. ``` function Ros(options) { options = options || {}; var that =...

Also the combined pdf is not working ![image](https://user-images.githubusercontent.com/9416290/147181733-444badc9-0f48-4dfc-a762-3adf7d25a52c.png)

I also have this problem, it seems to happen on insufficient disk space, and if the user remove some files in the middle of download.

I try to overwrite the `paths` in `my-lib/tsconfig.json` : ``` "paths": { "@/*":["libs/my-lib/src/*"]} ``` but I got an error `Cannot resolve module @/lib/test/index.tsx` from compiler I don't want to import...

@apocas I tried to get multiple images, I need to pass names as array to query, but it doesn't work. I think you need to check the `opts[key]` is Array...

Is there any updates? I want to have a feature that users can cancel items that are waiting in the queue and retry them afterward

> Please provide code samples I have provided the code sample to reproduce, I was using a ros bag to test the code. I also notice that sometimes the tf...

@chenfubiao Hi, could you show me how to use MarkerArrayClient? I am trying to use this client to show "trajectory_node_list", but nothing displayed on the viewer

> Hi, > > Your style object doesn't look well formed. Could you reproduce the error in https://codesandbox.io/? Hi, [here's the code](https://codesandbox.io/s/webgl-points-layer-forked-qhte7m?file=/main.js)

> I wonder if the `array` expression is unnecessary there. I though I need to use `array` for two different values