System Info
- OS: Ubuntu Focal [20.04.4 LTS x86_64]
- Kernel: 5.13.0-51-generic
- ros distro: noetic
Report
In the CMakeList.txt I added the following statement in order to ensure that the python script gets installed properly:
catkin_install_python(PROGRAMS scripts/<my_script.py>
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)
Instead of running forest grow <my_pkg> only once, I've to repeat that command after every changes in the python script. This has to be done before launching the node with rosrun <my_pkg> <my_script.py>