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

Update spawner to accept controllers list and start them in sequence (backport #1139) #1149

Merged
merged 7 commits into from
Nov 4, 2023

Commits on Oct 30, 2023

  1. Update spawner to accept controllers list and start them in sequence (#…

    …1139)
    
    (cherry picked from commit 4e78813)
    
    # Conflicts:
    #	controller_manager/controller_manager/spawner.py
    #	controller_manager/controller_manager/unspawner.py
    saikishor authored and mergify[bot] committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    2125380 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. fix spawner conflicts

    bmagyar authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    56991d4 View commit details
    Browse the repository at this point in the history
  2. fix spawner conflicts - contd

    bmagyar committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2e598c8 View commit details
    Browse the repository at this point in the history
  3. fix unspawner conflicts

    bmagyar committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    c87ccb4 View commit details
    Browse the repository at this point in the history
  4. fix missing imports

    bmagyar committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b61600f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Also handle "stopped" arg

    Co-authored-by: Sai Kishor Kothakota <sai.kishor@pal-robotics.com>
    bmagyar and saikishor authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    7da8e89 View commit details
    Browse the repository at this point in the history
  2. ++stopped

    Co-authored-by: Sai Kishor Kothakota <sai.kishor@pal-robotics.com>
    bmagyar and saikishor authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    09f8cf6 View commit details
    Browse the repository at this point in the history