aimas-upb / CONSERT-CaaS

Implementation of search and discovery capabilities for sensor and actuator context information.
0 stars 0 forks source link

Implement availability triggers for lights and blinds actuators in AI-MAS lab #3

Open asorici opened 5 years ago

asorici commented 5 years ago

Why

Context information from web-enabled devices should be advertised only when these devices are actually available (e.g. plugged in). To maintain consistency of implementation for the AI-MAS lab devices, triggers of availability should be based on notifications sent over the ROS-based AMIRO framework.

What

Notes

asorici commented 5 years ago

By ROS services I am referring to this. In roslibpy they can be used as explained her.

asorici commented 5 years ago

Before implementing the availability triggers, code refactoring is required:

For each of the above services, implement a default class (for testing), as well as the ROS-based version for interacting with the AMIRO framework.