Update 'non-ros-files/Programming_Rules.md'

This commit is contained in:
winterhalderp 2021-04-19 17:13:10 +02:00
parent 0c1c0b6ad2
commit 5df1218252
1 changed files with 7 additions and 0 deletions

View File

@ -1,2 +1,9 @@
# Rules for programming Python in ROS2
## File Structure
```
colcon_workspace
|
|- build
|- install
|- src
```