-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a simulator plugin #3
Comments
Voxel-drone is indeed awesome and it would be really nice to have this easily hooked to a simulator. However I don't really see how it could be used/integrated in this framework. We either need:
Let me know if you have ideas! |
Also note that there is an open-source ardrone simulator with a real physics engine and 3D video. However I have not been able to run it on my system yet: http://www.ros.org/wiki/tum_simulator I wonder if the ar-drone lib works with this one. |
I think voxel-drone is pretty flexible. Perhaps @shama has some ideas Sent from my iPhone On May 22, 2013, at 9:49 AM, Laurent Eschenauer [email protected] wrote:
|
Yeah! A first person view or any view (follow cam, etc) is simple. Streaming png video has been difficult as it greatly slows down the simulation in the browser but there are some new alternative solutions I haven't explored yet. The physics of the drone isn't very accurate but it can get closer. The benefit of using voxel.js is that the environment in which the drone is navigating can be quickly and easily be constructed. Running a simulation from previous flight data is easy too. I think a neat feature would be if you could rewind/step through flight data and alter the conditions along each step. voxel.js worlds are getting easier to share as well. So it would be really neat if you could save and share a snapshots of the environment, flight data and altered timelines. Integrating is easy to and only takes a few lines of code to embed a voxel.js world into the page. I'll be working on upgrading voxel-drone to the latest voxel-engine soon and we'll get a big performance boost. I'd be happy to help integrate it here. :) |
I started digging into this tonight, I'm still wrapping my head around the build steps to get |
For example use voxel-drone for simulation: http://shama.github.io/voxel-drone/
:D
The text was updated successfully, but these errors were encountered: