Closed GoogleCodeExporter closed 8 years ago
Solved, modifying first mapping as:
<mappingset id="abbassaBraccia">
<mapping id="start">
<processor type="action" action="nextSet" filter="less_than" label="ManoDxSottoTorso">
<processor type="boolean" filter="less_than" label="ManoDxSottoTorso">
<element type="joint" target="right_hand" property="position" axis="y" />
<element type="joint" target="right_shoulder" property="position" axis="y" />
</processor>
</processor>
<output>
</output>
</mapping>
</mappingset>
Was the way i wrote it uncorrect? What's its meaning? What's the expected
behaviour?
Original comment by michele....@gmail.com
on 10 Nov 2011 at 11:33
That's the difference between mapping and mappingSet.
The manager load mappings by sets. That means that every mapping inside this
set is loaded and running at the same time.
If you want a sequential behaviour, you have indeed to separate your sequenced
mappings into separate sets and change set with an action processor.
Don't forget you can have permanent sets that are running no matter which set
is loaded.
A trick if you have mappings that are the same between a bunch of sets but not
all, you can split your mappings into different files and juggle between them
with a "changeFile" action processor.
Original comment by bkuperb...@gmail.com
on 10 Nov 2011 at 11:59
Original comment by bkuperb...@gmail.com
on 10 Nov 2011 at 12:01
Original issue reported on code.google.com by
michele....@gmail.com
on 10 Nov 2011 at 11:23