You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EDIT, the step of reproduce has been updated @ralph-lange
step to reproduce
time ros2 service call /actuation/change_state lifecycle_msgs/ChangeState "{transition: {id: 1, label: configure}}"time ros2 service call /actuation/change_state lifecycle_msgs/ChangeState "{transition: {id: 3, label: activate}}"
expected
the lefe manipulator should be in active
actual
The text was updated successfully, but these errors were encountered:
ZhenshengLee
changed the title
[FEA] Only config subset of nodes in a certain mode.
[FEA] Only config a subset of nodes in a certain mode.
Oct 26, 2022
ZhenshengLee
changed the title
[FEA] Only config a subset of nodes in a certain mode.
[FEA] Allow configuring a subset of nodes in a certain mode.
Oct 27, 2022
In #96 , the bug/fea is about changing mode state to set one of nodes to inactive.
In this issue, the bug/fea is about changing mode state to set only one node to other state, and leave other nodes not changing their state(remain the same)
Hi, first of all I want to say this is a great project to manage lifecycle nodes!
There'a a need to config the lifecycle state of only a subset of nodes in one mode, but config another subset of nodes in other modes.
Let's say, can the following config work? (Currently I don't need the extra parameter-based modes either)
SHM file
EDIT, the step of reproduce has been updated @ralph-lange
step to reproduce
expected
the lefe manipulator should be in active
actual
The text was updated successfully, but these errors were encountered: