Conversation
wentywenty
commented
Jul 30, 2025
|
py-trees seems to depend on poetry-core, but there is no such key in https://github.com/ros/rosdistro/blob/0bd6f31c5cfb102d5fa65972a4883996c54bd3be/rosdep/python.yaml, so I think that is the reason why the dependency is not listed, I guess we can add the dependency via |
Co-authored-by: Silvio Traversaro <silvio@traversaro.it>
|
Looks like some poetry dependency is indeed missing: |
|
"poetry.core.masonry.api refers to the PEP 517 build backend implementation provided by the poetry-core package." |
|
I added it in 66ea6b9, let's see if it works. |
|
Ok, the poetry problem seems solved, there are some Windows failures but they seem to be related to something else. |
|
Sorry, I'm on my way and haven't replied to you after submitting. |
|
Next time I will try it on my own fork and test the code with action |
|
Because I need to run some decision-making and robot control content on Windows, thank you for this project, which seamlessly integrates the robot operating system on Windows. The behavior tree framework I originally ran can be highly integrated again.❤️ |
No problem in using upstream PRs to iterate with CI, we do that a lot. : ) |
|
To be honest, when I was training college students, I often had to learn Linux before learning ROS, which resulted in me spending most of my time teaching them how to use Linux. Thanks to this project, novices can quickly become familiar with ROS, a great operating system.❤️❤️❤️ |
|
Windows error: |
|
We are working on removing poetry from py_trees because poetry sucks. Ideally that will unblock the ability to get those tools into robostack! Including it on conda-forge (at least just the non-ROS package) is something I can readily do too with my new found experience :) |