]> rtime.felk.cvut.cz Git - eurobot/public.git/blob - src/robofsm/map_handling.h
robomon: Implement motor simulation
[eurobot/public.git] / src / robofsm / map_handling.h
1 #ifndef _MAP_HANDLING_H
2 #define _MAP_HANDLING_H
3
4 #include <robodim.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