ROS2 building with dependencies
Hello,
I'm new in ROS2 and I lost myself in the dependencies tree.
I have a big project I would like to translate to ROS2.
When I create the my_package my_node it creates a standart structure. How can I add there all python files I need?
There's no chance I can run the whole project using only one python file.
Is there some examples I can learn from?
Thank all of you in advance!