]> rtime.felk.cvut.cz Git - eurobot/public.git/blob - src/robofsm/eb2008/map_handling.h
robofsm: added function to update map with laser scanner data
[eurobot/public.git] / src / robofsm / eb2008 / map_handling.h
1 #ifndef _MAP_HANDLING_H
2 #define _MAP_HANDLING_H
3
4 #include <robodim_eb2008.h>
5
6 void * thread_obstacle_forgeting(void * arg);
7 void update_map(struct sharps_type *s);
8 void update_map_hokuyo(struct hokuyo_scan_type *s);
9
10 #endif