Status: Accepted
Owner:
ale...@umich.edu
Labels: Type-Defect Priority-Low
New issue 160 by
ale...@umich.edu: Matches Command - Incorrect Output
http://code.google.com/p/soar/issues/detail?id=160
What steps will reproduce the problem?
Unknown except for a complicated project.
What is the expected output? What do you see instead?
Expected (or something close to this):
matches Stage3*propose*move-forward
>>>> 1 (state <s> ^mode follow)
(<s> ^name Follow-Line-Substate)
(<s> ^color-sensor-value <value>)
(<s> ^color-forward <value>)
0 complete matches.
p s5
(S5 ^attribute operator ^choices none ^color-forward 1 ^color-left 6
^color-right 7 ^epmem E2 ^impasse no-change ^left-motor-port 2
^name Follow-Line-Substate ^operator O12 ^operator O12 + ^quiescence
t
^reward-link R4 ^right-motor-port 3 ^smem S6 ^superstate S1 ^type
state)
Actual:
matches Stage3*propose*move-forward
1 (state <s> ^mode follow)
>>>> (<s> ^name Follow-Line-Substate)
(<s> ^color-sensor-value <value>)
(<s> ^color-forward <value>)
0 complete matches.
p s5
(S5 ^attribute operator ^choices none ^color-forward 1 ^color-left 6
^color-right 7 ^epmem E2 ^impasse no-change ^left-motor-port 2
^name Follow-Line-Substate ^operator O12 ^operator O12 + ^quiescence
t
^reward-link R4 ^right-motor-port 3 ^smem S6 ^superstate S1 ^type
state)
The issue is that the matches command is saying that it is not matching on
the ^name attribute of the state however, it is actually not matching due
to the missing ^mode follow attribute. This is confusing and should be, in
my opinion, fixed to be correct with what actually isn't matching.
Please use labels and text to provide additional information.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings