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
zs@zs-vm-2204:~/zs_ws/ga_ros$ ros2 service call /actuation/change_state lifecycle_msgs/ChangeState "{transition: {id: 1, label: configure}}"
waiting for service to become available...
requester: making request: lifecycle_msgs.srv.ChangeState_Request(transition=lifecycle_msgs.msg.Transition(id=1, label='configure'))
response:
lifecycle_msgs.srv.ChangeState_Response(success=True)
after this ,all nodes become OK
zs@zs-vm-2204:~/zs_ws/ga_ros$ ros2 service call /actuation/change_state lifecycle_msgs/ChangeState "{transition: {id: 3, label: activate}}"
requester: making request: lifecycle_msgs.srv.ChangeState_Request(transition=lifecycle_msgs.msg.Transition(id=3, label='activate'))
response:
lifecycle_msgs.srv.ChangeState_Response(success=True)
after this , every thing OK
zs@zs-vm-2204:~/zs_ws/ga_ros$ time ros2 service call /actuation/change_mode system_modes_msgs/ChangeMode "{mode_name: 'LEFT'}"
waiting for service to become available...
requester: making request: system_modes_msgs.srv.ChangeMode_Request(mode_name='LEFT')
after this, the mode_manager died with a segfault.
At first glance, this should work. You make even simply write drive_base: active instead of drive_base: active.__DEFAULT__ (as in right/manipulator: active). Did you experience any problems with this configuration?
In currently design, In any specific MODE(MODERATE and PERFORMANCE), all node must be in ACTIVE state, if any of the nodes become INACTIVE, the mode_inference will think the MODE is in DEACTIVATING state
Did you experience any problems with this configuration?
The segfault happens with mode_manager with this config-yaml
There is a need to selectively disable the function of a node, that's say deactivating a node in a certain system mode.
Should the following config work? Thanks!
SHM file
step to reproduce
after this ,all nodes become OK
after this , every thing OK
after this, the mode_manager died with a segfault.
EDIT: @ralph-lange
the step of reproduce is updated in 2022-11-12.
The text was updated successfully, but these errors were encountered: