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.
Original issue reported on code.google.com by ale...@umich.edu on 3 Jun 2014 at 9:01
Original issue reported on code.google.com by
ale...@umich.edu
on 3 Jun 2014 at 9:01