Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish inferred transitions #46

Merged
merged 4 commits into from
Sep 30, 2020
Merged

Commits on Sep 23, 2020

  1. ModeEvent now includes start mode (of transition)

    This is now closer to the according TransitionEvent of lifecycle_msgs,
    which includes the start_state and goal_state of a transition.
    
    Signed-off-by: Arne Nordmann <arne.nordmann@de.bosch.com>
    norro committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    b5fb2e4 View commit details
    Browse the repository at this point in the history
  2. Adds inference of transitions to mode inference

    * Adds caching of latest reported states/modes of all systems
    * Adds infer_transitions method that compares currently inferred
    states/modes to cached ones and returns transitions, if detected
    
    #42
    
    Signed-off-by: Arne Nordmann <arne.nordmann@de.bosch.com>
    norro committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    8d1ffd6 View commit details
    Browse the repository at this point in the history
  3. Tests for transition inference

    Signed-off-by: Arne Nordmann <arne.nordmann@de.bosch.com>
    norro committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    9800ac1 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Mode manager publishs inferred transitions

    Mode manager is now publishing transitions that are inferred by the mode
    inference, i.e. state and mode transitions of systems, mode transitions
    of nodes.
    State transitions of nodes don't have to be published as lifecycle nodes
    do this on their own.
    
    #42
    
    Signed-off-by: Arne Nordmann <arne.nordmann@de.bosch.com>
    norro committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    2ba0ee8 View commit details
    Browse the repository at this point in the history