airalab / robonomics_comm

Robonomics communication package stack for ROS-enabled cyber-physical systems
BSD 3-Clause "New" or "Revised" License
19 stars 11 forks source link

Static objective composer / decomposer #103

Closed khssnv closed 5 years ago

khssnv commented 5 years ago

In my work I've find three common types of objective:

  1. Static objective with parameters necessary to have to start a proccess, like agreement values (process duration, links, names and etc.),
  2. Dynamic objective with time sensitive data, like cmd_vel or mission waypoints,
  3. Mixed with both types of data.

For static objective it's not handy to store one-shot data in pubsub topics by it's raw API, and worse to get them from topics. There is a need for helper functions to store data in static objective and get them from it by some convenient API like from dictionary, for example.

akru commented 5 years ago

This possible help you.

khssnv commented 5 years ago

Solved by c42f9ca.