We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f0b68 commit 96cd2a4Copy full SHA for 96cd2a4
plugins/de.fraunhofer.ipa.rossystem.xtext/src/de/fraunhofer/ipa/rossystem/generator/READMECompiler.xtend
@@ -49,7 +49,7 @@ Then the workspace must be compiled using the common ROS 2 build command:
49
```
50
mkdir -p ros2_ws/src
51
cd ros2_ws/
52
-cp PATHtoTHISPackage/«system.name» src/.
+cp -r PATHtoTHISPackage/«system.name» src/.
53
rosdep install --from-path src/ -i -y
54
colcon build
55
source install/setup.bash
0 commit comments