You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -49,15 +49,7 @@ Use the following launch file to run both of the above for local behavior execut
49
49
50
50
## Backwards Compatibility
51
51
52
-
The FlexBE App in this repository replaces the previous *flexbe_chrome_app*. Please refer to the following announcement for an overview of the most important changes: [Future of the FlexBE Chrome App](https://github.com/pschillinger/flexbe_chrome_app/issues/11)
53
-
54
-
If you have been using FlexBE already with the old Chrome app, you can convert the content of your repository according to the structure defined below. Besides adding the export statement to your state packages, you can automate this conversion by running the FlexBE App. If no behavior package is detected, it will suggest you to initialize one.
*Please checkout the above branch on all repos if available for a best-effort support of the deprecated Chrome app. However, please consider to update as soon as possible according to the instructions below to ensure that the system will remain working in the future and to receive all updates.*
52
+
The FlexBE App in this repository replaces the previous *flexbe_chrome_app*.
61
53
62
54
---
63
55
@@ -77,7 +69,7 @@ A package is a state package for FlexBE if its `package.xml` declares the export
77
69
...
78
70
</package>
79
71
80
-
It is then expected to provide Python class definitions as described in [Developing Basic States](http://wiki.ros.org/flexbe/Tutorials/Developing%20Basic%20States). Example: [flexbe_states](https://github.com/team-vigir/flexbe_behavior_engine/tree/feature/flexbe_app/flexbe_states). Adding the above export statement is the only change to previous versions.
72
+
It is then expected to provide Python class definitions as described in [Developing Basic States](http://wiki.ros.org/flexbe/Tutorials/Developing%20Basic%20States). Example: [flexbe_states](https://github.com/FlexBE/flexbe_behavior_engine/tree/feature/flexbe_app/flexbe_states). Adding the above export statement is the only change to previous versions.
varproc=spawn(python,['-c',`import importlib; temp = importlib.import_module('`+package_name+`').__path__; path_index = next((i for i, x in enumerate(temp) if ('`+temp_package_path+`' in x)), -1); print(temp[path_index])`]);
0 commit comments