It would be interesting to see if we can integrate with catkin_tools somehow...
One option could be to add a verb to catkin_tools that :
- install dependencies from
requirements.txt files
- install packages from their
setup.py via pip as editable for devel, without going through the CMakeLists.txt processing.
- install packages from their
setup.py via pip for install
It would be interesting to see if we can integrate with catkin_tools somehow...
One option could be to add a verb to catkin_tools that :
requirements.txtfilessetup.pyvia pip as editable for devel, without going through the CMakeLists.txt processing.setup.pyvia pip for install