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

make rcl_lifecycle_com_interface optional in lifecycle nodes #882

Merged
merged 9 commits into from
Mar 23, 2021

Commits on Mar 19, 2021

  1. make rcl_lifecycle_com_interface optional

    Signed-off-by: Karsten Knese <Karsten1987@users.noreply.github.com>
    Karsten1987 committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    5e0c838 View commit details
    Browse the repository at this point in the history
  2. only disable services, not transition event publisher

    Signed-off-by: Karsten Knese <Karsten1987@users.noreply.github.com>
    Karsten1987 committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    703a112 View commit details
    Browse the repository at this point in the history
  3. flag if com interface is enabled

    Signed-off-by: Karsten Knese <Karsten1987@users.noreply.github.com>
    Karsten1987 committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    42a1ca0 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. use options struct

    Signed-off-by: Karsten Knese <Karsten1987@users.noreply.github.com>
    Karsten1987 committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    4eb1167 View commit details
    Browse the repository at this point in the history
  2. attach allocator to state machine struct

    Signed-off-by: Karsten Knese <Karsten1987@users.noreply.github.com>
    Karsten1987 committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    1c460d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. validate allocator before using in fini

    Signed-off-by: Karsten Knese <Karsten1987@users.noreply.github.com>
    Karsten1987 committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    9347bdc View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. set allocator in default options

    Signed-off-by: Knese Karsten <karsten@openrobotics.org>
    Karsten1987 committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    f47faa7 View commit details
    Browse the repository at this point in the history
  2. Update rcl_lifecycle/include/rcl_lifecycle/rcl_lifecycle.h

    Co-authored-by: Chris Lalancette <clalancette@openrobotics.org>
    Karsten1987 and clalancette authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    c1fec11 View commit details
    Browse the repository at this point in the history
  3. remove allocator check in fini

    Signed-off-by: Karsten Knese <Karsten1987@users.noreply.github.com>
    Karsten1987 committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    5328e6b View commit details
    Browse the repository at this point in the history