Thomas Wagenaar
Thomas Wagenaar
I'm having the same issue, it's not really clear how to access the drone data. For now I use this ```js console.log(Object.values(drone._sensorStore).map(x=>x.toString()).join('\n')); ``` but this only works in-flight.
Fun, but very hard! I think the way to go on this is to split the big image into smaller chunks (say 100x100 each) and then run a convolutional net...
Love the improvement you made. It makes requests more generic, leaving some room open for future functions that will also make requests. I'll see the PR appear whenever :smile: Great...
This will be added soon, it has compatability with all major browsers now.
Hi @wbadry, I would like to add that what you want to do is completely possible with this library. We have for example created a scenario where Pepper has to...
Sorry for not getting back to you faster, I have uploaded the example [here](https://github.com/softbankrobotics-research/qibullet/files/5321582/object_detection.zip). There are four files, and I will quickly explain what each of them does: - `generation.py`:...
It seems to me that something is going wrong in the conversion done in the below function. https://github.com/m6c7l/pymmw/blob/3e2841f24a6cd98ccbee10a0ee7479f394417708/source/mss/x8_mmw.py#L259 Do you have a reference on how you decode the values? I...
[`child_process`](https://nodejs.org/api/child_process.html) is an external module, it should be included with Node. How are you running your code?
Which version were you using before? The latest updates should not have affected multi-threading.
Hmmm. And you were actually using the Node multi-threading option right? Because the only difference between `1.4.0` (when Node multi-threading was added) is `1.4.1` does not affect multi-threading. But i'll...