Project

General

Profile

Revision 525

Did some slam work, trying to get together a good statistical way of reading range values.
There will be experimenting.... boring horrible experimenting

View differences:

data_requests.h
39 39
* accepts an array of unsigned chars (tentatively) as data for processing.
40 40
*/
41 41
void data_requests_init(
42
                        void(*bom_data_handler)(BomNode** head),
43
                        void(*IR_data_handler)(short** data),
44
                        void(*encoder_data_handler)(unsigned char** data));
42
                        void(*bom_data_handler)(short id, BomNode** head),
43
                        void(*IR_data_handler)(short id, short** data),
44
                        void(*encoder_data_handler)(short id, unsigned char** data));
45 45

  
46 46
/** 
47 47
* @brief Pings the robot for BOM data.

Also available in: Unified diff