We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6793832 commit bd9c4f0Copy full SHA for bd9c4f0
2 files changed
Linux_ROS/Docker.md
@@ -0,0 +1,17 @@
1
+---
2
+layout: default
3
+title: Docker
4
+parent: Linux and ROS Overview
5
+nav_order: 3
6
7
+
8
+# Docker usage
9
10
+Instead of installing every peace of software 1 by 1, we decided to take a dockers-approach.
11
+The setup is done on Mac, but on Linux machines everything should be easier.
12
13
+The idea is, that a devcontainer is used for the ROS2 setup together with its packages that are imporant.
14
15
16
17
Linux_ROS/commands.md
@@ -0,0 +1,16 @@
+title: Commands
+nav_order: 4
+This is a list of useful commands:
+```
+sudo rm -r install/* build/* log/*
+colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
0 commit comments