File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : default
3
+ title : Commands
4
+ parent : Linux and ROS Overview
5
+ nav_order : 4
6
+ ---
7
+
8
+ This is a list of useful commands:
9
+
10
+
11
+
12
+ ```
13
+ sudo rm -r install/* build/* log/*
14
+
15
+ colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
16
+ ```
You can’t perform that action at this time.
0 commit comments