Patrick Hammer
Patrick Hammer
Hi everybody! Just wondering if there has been any progress on this issue? [Mani Monajjemi](https://github.com/mani-monaj) was kind enough to point me to [AR Drone Node.js](http://drones.johnback.us/blog/2013/02/03/aside-dronegames-and-multidrone-then-and-now/) where apparently they have control...
I tried recompiling with the latest version of the ARDrone SDK but it did not help. Since then I have been controlling using one computer per ARDrone. On Apr 19,...
I can also confirm this fix works. Drove two drones under continuous cmd_vel control simultaneously
I can confirm that using an external wifi adapter resolves the original issue I reported. I'll let @lukasjapan decide if he wants to close the issue.
The bt-speaker user probably doesn't have permission to bring down a network interface. You could give it permission by adding it to the correct system group. On Sat, May 20,...
I suspect once caching is implemented parsing will be the new bottleneck. It would be good to confirm meshcat is parsing meshes with the `OBJLoader2Parallel` using web workers.
An alternative approach that can return raw image in msgpack : 1. Add a 'capture_image_raw' handler to [meshcat.html](https://github.com/RobotLocomotion/drake/blob/fa26b17be5d716b3302741e9e659f6910b242ed8/geometry/meshcat.html#L98) 1. save result of `viewer.capture_image()` 1. Return a base64 msgpack encoded buffer...