Skip to content

Commit afce647

Browse files
authored
Update FAQ entry on config/launch.py files
Clarified the FAQ regarding old config/launch.py files.
1 parent d4b11a6 commit afce647

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ title: FAQ
33
---
44

55
# Frequently Asked Questions
6-
**I still see old config/launch.py (yaml/py) files even after I edited them in my packages?**
6+
### I still see old config/launch.py (yaml/py) files even after I edited them in my packages?
77
In ROS2, the config (yaml) and launch.py (python) files are copied to the `install` directory of your workspace during the install phase of your build process. You can verify this by looking at the `install()` functions inside the `CmakeLists.txt` file of your package. So, if you edit the config (yaml) or launch.py (python) files, you need to run the `colcon build` command to copy the modified files to the `install` directory.

0 commit comments

Comments
 (0)