Hello.
Im pretty new in this and my english sux, but i do my best :)
Im currently on it to build a Robot based on the Rover5 Chassis with ExplorerPCB and using a Arduino Mega2560 as Controller on ExplorerPCB..
I have 4 Sensors:
1. HC-SR04 (ping)
2. CMPS10( compass)
3. IR (from explorer pcb)
4. Odometrie (encoders @ Rover5)
As Brain i want to use a RaspberryPI.
I already coded a Interface between Arduino and RaspberryPI using Serial. On the RaspberryPI i also run a Webserver to View whats going on and have the option to intervene if something goes wrong. The Communication between Arduino<->Raspberry<->WebIf runs over Python with Sockets and Threads, for the WebIf i additional use WebSockets (tornado in python) and Javascript.
Solong for the Basics... If someone is interesst in more Details have a look here: http://www.forum-raspberrypi.de/Thread-entwicklung-ropi-autonomer-roboter-mit-raspberrypi
Now to the Topic and my Problem:
I want to display a Occupancy Grid Map on my WebInterface - of the indoor Space my Robot is exploring.
I have read a mass of PDF's and also the Tutorials here on this page etc, but i cant figure out how i can programm something like showing here: https://www.robotshop.com/letsmakerobots/crum
The best way i found should be using canvas but i still dont know how to do it exactly :(
I realy hope someone here can help me and can give me some Examplecode or so?
Thanx!