We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83cb0eb commit 4ba0934Copy full SHA for 4ba0934
1 file changed
flexbe_states/flexbe_states/selection_state.py
@@ -136,8 +136,8 @@ def on_enter(self, userdata):
136
137
# Retrieve the goal for the BehaviorInput Action.
138
action_goal = BehaviorInput.Goal(request_type=BehaviorInput.Goal.REQUEST_SELECTION,
139
- items=userdata.items, msg=self._message)
140
- Logger.loghint(f"Onboard requests '{self._message}' : {userdata.items}")
+ items=userdata['items'], msg=self._message)
+ Logger.loghint(f"Onboard requests '{self._message}' : {userdata['items']}")
141
142
# Attempt to send the goal.
143
try:
0 commit comments