paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Paparazzi-devel] Paparazzi in the browser


From: Gerard Toonstra
Subject: [Paparazzi-devel] Paparazzi in the browser
Date: Fri, 13 Feb 2015 07:29:15 -0300


Hi guys,

There's a python script, similar to the app_server, in the repo now through which you can forward messages to a redis node (ivy_to_redis). I used that to develop a little _javascript_ app that shows the aircraft flying around. The browser uses angularJS, which updates the visual elements automatically when you update the model. nodeJS subscribes to the redis pub/sub mechanism to get the ground.* messages and from the browser you can subscribe to any of those.

Video showing the concept:

https://www.youtube.com/watch?v=zdg2JiZpUI8

The code, in my personal public repo:

https://github.com/gtoonstra/pprz_node

Rgds,

Gerard


reply via email to

[Prev in Thread] Current Thread [Next in Thread]