collecting robot activity data on-line
I would like recommendations or suggestions for automatically collecting usage information on a set of indoor robots. The robots all run ROS Hydro on Ubuntu Precise and have fairly good but not perfect wireless internet connection. We have a server that can host the data and run its own ROS master, if that helps.
I would like to know:
- when and how long each robot is actually running
- how far it travels
- cumulative hardware diagnostic information
- bag files for some relatively low-bandwidth topics
I see no problem with launching some data collection nodes with low-level robot components, so the information gets collected automatically for almost everything.
Eventually, I expect to use ROCON with multimaster cooperation between the robots, but probably not for all tests and experiments.
Surely other ROS projects have similar needs.
- What do you recommend?
- What packages have you found useful?
- Are existing multimaster solutions robust enough?