Project

General

Profile

Statistics
| Branch: | Revision:

root / scout / bom / srv / get_bom_reading.srv @ ceff1d29

History | View | Annotate | Download (722 Bytes)

1
#TODO not sure what magnitude the boms span, ie change the 8 to something right
2
#TODO from sounds weird, think of something better
3

    
4
#NOTE; if say a -1 was used for the bom_targ_name, then maybe it would just 
5
#   >  send back the raw data or something.
6

    
7
#The number assicoiated with the robot you want to listen for
8
int8 bom_targ_name
9
#Your robot number, just in case you want to pretend to be someone else
10
int8 bom_my_name
11

    
12
---
13
#The data recieved
14
#Of the form: magnitude recieved, from which robot, from which bom on that bot
15
int8 bom0_mag
16
int8 bom0_from
17
int8 bom0_from_bom
18

    
19
int8 bom1_mag
20
int8 bom1_from
21
int8 bom1_from_bom
22

    
23
int8 bom2_mag
24
int8 bom2_from
25
int8 bom2_from_bom
26

    
27
int8 bom3_mag
28
int8 bom3_from
29
int8 bom3_from_bom