Skip to content

Commit 96cd2a4

Browse files
committed
Minor update on the README file compiler
1 parent d6f0b68 commit 96cd2a4

File tree

1 file changed

+1
-1
lines changed
  • plugins/de.fraunhofer.ipa.rossystem.xtext/src/de/fraunhofer/ipa/rossystem/generator

1 file changed

+1
-1
lines changed

plugins/de.fraunhofer.ipa.rossystem.xtext/src/de/fraunhofer/ipa/rossystem/generator/READMECompiler.xtend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Then the workspace must be compiled using the common ROS 2 build command:
4949
```
5050
mkdir -p ros2_ws/src
5151
cd ros2_ws/
52-
cp PATHtoTHISPackage/«system.name» src/.
52+
cp -r PATHtoTHISPackage/«system.name» src/.
5353
rosdep install --from-path src/ -i -y
5454
colcon build
5555
source install/setup.bash

0 commit comments

Comments
 (0)