Skip to content

Commit 6793832

Browse files
committed
added many sites, where the filling is still missing
1 parent d01f61f commit 6793832

25 files changed

+466
-16
lines changed

ASV/Electrical.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: default
3+
title: Electrical Overview
4+
parent: Autonomous Surface Vehicle Overview
5+
nav_order: 2
6+
---
7+
8+
Just test this side

ASV/Mechanical.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: default
3+
title: Mechanical Overview
4+
parent: Autonomous Surface Vehicle Overview
5+
nav_order: 1
6+
---
7+
8+
Just test this side

ASV/overview.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: default
3+
title: Autonomous Surface Vehicle Overview
4+
has_children: true
5+
nav_order: 5
6+
---
7+
8+
Just test this side

BlueROV2/Electrical.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: default
3+
title: Electrical Overview
4+
parent: BlueROV Overview
5+
nav_order: 2
6+
---
7+
8+
Just test this side

BlueROV2/Mechanical.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: default
3+
title: Mechanical Overview
4+
parent: BlueROV Overview
5+
nav_order: 1
6+
---
7+
8+
Just test this side

BlueROV2/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: default
33
title: BlueROV Overview
4-
nav_order: 2
4+
has_children: true
5+
nav_order: 4
56
---
67

78
Just test this side

Gemfile.lock

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ GEM
1111
eventmachine (1.2.7)
1212
ffi (1.16.3)
1313
forwardable-extended (2.6.0)
14-
google-protobuf (4.26.1)
15-
rake (>= 13)
16-
google-protobuf (4.26.1-arm64-darwin)
17-
rake (>= 13)
18-
google-protobuf (4.26.1-x86_64-linux)
19-
rake (>= 13)
14+
google-protobuf (3.25.3-arm64-darwin)
15+
google-protobuf (3.25.3-x86_64-linux)
2016
http_parser.rb (0.8.0)
2117
i18n (1.14.4)
2218
concurrent-ruby (~> 1.0)
@@ -68,21 +64,19 @@ GEM
6864
rexml (3.2.6)
6965
rouge (4.2.1)
7066
safe_yaml (1.0.5)
71-
sass-embedded (1.75.0)
72-
google-protobuf (>= 3.25, < 5.0)
67+
sass-embedded (1.69.5)
68+
google-protobuf (~> 3.23)
7369
rake (>= 13.0.0)
74-
sass-embedded (1.75.0-arm64-darwin)
75-
google-protobuf (>= 3.25, < 5.0)
76-
sass-embedded (1.75.0-x86_64-linux-gnu)
77-
google-protobuf (>= 3.25, < 5.0)
70+
sass-embedded (1.69.5-arm64-darwin)
71+
google-protobuf (~> 3.23)
7872
terminal-table (3.0.2)
7973
unicode-display_width (>= 1.1.1, < 3)
8074
unicode-display_width (2.5.0)
8175
webrick (1.8.1)
8276

8377
PLATFORMS
8478
arm64-darwin
85-
x86_64-linux-gnu
79+
x86_64-linux
8680

8781
DEPENDENCIES
8882
jekyll (~> 4.3.3)

Linux_ROS/overview.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: default
3+
title: Linux and ROS Overview
4+
has_children: true
5+
nav_order: 2
6+
---
7+
8+
Just test this side

Linux_ROS/ros2.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: Installation ROS2 Overview
4+
parent: Linux and ROS Overview
5+
nav_order: 1
6+
---
7+
8+
Quick ways to install ROS2 on Ubuntu 22.04:
9+
10+
11+
# Network Settings
12+
This sets a domain id, so that we have a closed system in our systems. Has to be the same for all clients.
13+
`export ROS_DOMAIN_ID=161`
14+
15+
16+
17+

Linux_ROS/ubuntu.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
layout: default
3+
title: Ubuntu
4+
parent: Linux and ROS Overview
5+
nav_order: 2
6+
---
7+
8+
# install Ubuntu on an external harddrive
9+
Here a description how to install GRUB to make external drive really external.
10+
11+
`https://www.58bits.com/blog/2020/02/28/how-create-truly-portable-ubuntu-installation-external-usb-hdd-or-ssd`
12+
13+
14+
# Shell Settings
15+
16+
Make the shell more colorful:
17+
`echo "PS1='\[\033[1;36m\]\u\[\033[1;31m\]@\[\033[1;32m\]\h:\[\033[1;35m\]\w\[\033[1;31m\]\$\[\033[0m\] '">> ~/.bashrc`
18+
19+
20+

0 commit comments

Comments
 (0)