Closed schmerl closed 3 years ago
Note. This image refactors the package extractor out of package and into its own class, and does implementation for ROS1 and partial for ROS2.
ROS2 uses both CMakeLists.txt and setup.py - we process the former and warn that we don't process the latter.
CMakeLists.txt
setup.py
Note. This image refactors the package extractor out of package and into its own class, and does implementation for ROS1 and partial for ROS2.
ROS2 uses both
CMakeLists.txt
andsetup.py
- we process the former and warn that we don't process the latter.