Trigger catkin build process from within python
问题 I am working on a python script to organize a project consisting of several repos. Some of the targets are build using catkin. Since catkin is a python tool, I suspect there has to be a way to call an equivalent to catkin build from within a python script. However, I am struggeling to do so. The closest I have come so far is: from catkin_tools.commands import catkin catkin.main(["build"]) However, this does not look correct to me, apart from the fact that upon finishing the build process, I