OSURoboticsClub / underwater

Robot code for the 2015 OSU AUV
MIT License
0 stars 0 forks source link

Determine (and document!) what each sensor's data will be used for #2

Closed drkitty closed 9 years ago

drkitty commented 9 years ago

This will help us determine how to design the program. For instance, whether sensor data processing should be sequential or concurrent might be determined by how much processing we need to do in the first place.

drkitty commented 9 years ago

The decision that workers will process sensor data concurrently has already been made. This is because keeping track of unresponsive workers is much easier when the manager doesn't have to worry about waiting for responses.

drkitty commented 9 years ago

Resolved, mostly by deciding not to compete in RoboSub 2015.