I managed to make use of the new MoveitConfigsBuilder tool in ROS2 Humble. Its great 👏🏽!
I found it to be the case that if I do not include --symlink-install when running colcon build the substitutions/ directory is not included in the install/ dir of my workspace. Not a big deal but at least it should be mentioned in the readme of the pkg.
@gaspatxo
Thanks for pointing it out. Because I have been compiling with --symlink-install before, I didn't find this problem.
I updated the setup.py inside and it should be able to be used normally without --symlink-install.
I managed to make use of the new
MoveitConfigsBuilder
tool in ROS2 Humble. Its great 👏🏽!I found it to be the case that if I do not include
--symlink-install
when runningcolcon build
thesubstitutions/
directory is not included in theinstall/
dir of my workspace. Not a big deal but at least it should be mentioned in the readme of the pkg.