From 5df1218252f2a208a5e2187a9442b74d2742cf8d Mon Sep 17 00:00:00 2001 From: winterhalderp Date: Mon, 19 Apr 2021 17:13:10 +0200 Subject: [PATCH] Update 'non-ros-files/Programming_Rules.md' --- non-ros-files/Programming_Rules.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/non-ros-files/Programming_Rules.md b/non-ros-files/Programming_Rules.md index 033bed1..2d46039 100644 --- a/non-ros-files/Programming_Rules.md +++ b/non-ros-files/Programming_Rules.md @@ -1,2 +1,9 @@ # Rules for programming Python in ROS2 ## File Structure +``` +colcon_workspace + | + |- build + |- install + |- src +``` \ No newline at end of file