kas-lab / rosa

A knowledge-based framework for Robot Self-adaptation (ROSA)
https://kas-lab.github.io/rosa/
Apache License 2.0
0 stars 0 forks source link

Standardize ROS messages & services, and methods input and output types #65

Closed Rezenders closed 10 months ago

Rezenders commented 10 months ago

Standardize ROS messages & services, and methods input and output types. Currently, specially the ROS services are not standard, they require different types of inputs and return different types of msgs. And the methods as well. This is VERY confusing.

Rezenders commented 10 months ago

Task.msg: (done 02e21baba630a0246f64a9bb87dd03b7dfe1556a)

TaskRequest.srv:

ComponentConfig.msg:

Rezenders commented 10 months ago

There are still a lot of service msgs, but I am out of ideas on how to reduce it.