Skip to content
This repository was archived by the owner on Aug 24, 2020. It is now read-only.

Include lifecyle in --daemon #40

Open
@vmayoral

Description

@vmayoral

We should fetch the information into the nodes and with the key lifecycle. See the following example of what should be included

root@ac24ecabf79f:/tmp# ros2 lifecycle nodes
/map_server
/dwb_controller
/global_costmap/global_costmap
/bt_navigator
/world_model
/amcl
/local_costmap/local_costmap
/navfn_planner
root@ac24ecabf79f:/tmp# ros2 lifecycle get /map_server
inactive [2]
root@ac24ecabf79f:/tmp# ros2 lifecycle list /map_server
- cleanup [2]
        Start: inactive
        Goal: cleaningup
- activate [3]
        Start: inactive
        Goal: activating
- shutdown [6]
        Start: inactive
        Goal: shuttingdown

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions