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

Include lifecyle in --daemon #40

Open
vmayoral opened this issue Oct 18, 2019 · 1 comment
Open

Include lifecyle in --daemon #40

vmayoral opened this issue Oct 18, 2019 · 1 comment

Comments

@vmayoral
Copy link
Member

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
@vmayoral
Copy link
Member Author

Same could be done with:

  • actions
  • params

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant