-
-
Notifications
You must be signed in to change notification settings - Fork 58
Add a series of packages #337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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 <[email protected]>
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.❤️❤️❤️ |