-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed repetitions in OpenSCENARIO (Fixes #443)
Repetitions in OpenSCENARIO were not properly working. Reworked the repetition handling by three major changes: - Not copy py_tree elements, this will cause problems due to references in Python - Replaced get_py_tree_path with get_xml_path, as the first was not working properly - Avoid using ":" in py_tree behavior names, as this may break py_trees Change-Id: I7829106136cd6c20e6863d1f424fbc600030bf13
- Loading branch information
1 parent
8331e93
commit f97b10b
Showing
2 changed files
with
78 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters