Skip to content

Commit bd9c4f0

Browse files
committed
short update
1 parent 6793832 commit bd9c4f0

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

Linux_ROS/Docker.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
```

0 commit comments

Comments
 (0)