Skip to content

[ROS python script] Forest grow after python scripts changes #48

@lucacovizzi

Description

@lucacovizzi

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions