Skip to content

Commit feb6cfe

Browse files
committed
Assignment hotfix
1 parent 176eb41 commit feb6cfe

11 files changed

Lines changed: 40 additions & 39 deletions

File tree

src/2_labs/text/10_lab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Lab 10 – Orientation-Aware Corridor Navigation
1+
# Lab 9 – Orientation-Aware Corridor Navigation
22

33
**Responsible:** Ing. Petr Šopák
44

src/2_labs/text/11_lab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Lab 11 - Visual Navigation Using ArUco Markers
1+
# Lab 10 - Visual Navigation Using ArUco Markers
22

33
Responsible: Ing. Petr Šopák
44

src/2_labs/text/1_lab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ In this course, ROS 2 will be used later for:
121121
- visualization (RViz, rqt),
122122
- ~~simulation (Gazebo).~~
123123

124-
For installation and basic commands, see the ROS 2 chapter: [ROS 2](../../4_others/text/6_ros_2.md).
124+
For installation and basic commands, see the ROS 2 chapter: [ROS 2](https://docs.ros.org/en/humble/index.html).

src/2_labs/text/4_lab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Lab 4 - Data Capture & Visualization (ROS)
1+
# Lab 3 - Data Capture & Visualization (ROS)
22

33
**Responsible:** Ing. Petr Šopák
44

src/2_labs/text/5_lab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Lab 5 - Motor, Kinematics & Gamepad
1+
# Lab 4 - Motor, Kinematics & Gamepad
22

33
Responsible: Ing. Jakub Minařík
44

src/2_labs/text/6_lab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Lab 6 - Line Estimation
1+
# Lab 5 - Line Estimation
22

33
Responsible: Ing. Adam Ligocki, Ph.D.
44

src/2_labs/text/7_lab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Lab 7 - Line Following & PID
1+
# Lab 6 - Line Following & PID
22

33
**Responsible:** Ing. Petr Šopák
44

src/2_labs/text/8_lab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Lab 8 - Midterm Test (Line Following)
1+
# Lab 7 - Midterm Test (Line Following)
22

33
Responsible: Ing. Adam Ligocki, Ph.D.
44

src/2_labs/text/9_lab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Lab 9 - Obstacle Detection & Corridor Following
1+
# Lab 8 - Obstacle Detection & Corridor Following
22

33
**Responsible:** Ing. Petr Šopák
44

src/2_labs/text/intro.md

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,78 +2,80 @@
22

33
## Overview
44

5-
### Lab 1 - Laboratory Introduction & Linux
5+
### Lab 1 - Development Environment & First C++ Program
66
- Introduction to laboratory
7-
- Linux installation
87
- Linux Command Line Interface (CLI)
9-
10-
Responsible: Ing. Jakub Minařík
11-
12-
### Lab 2 - C++, CMake & IDE
138
- C++ Review
149
- CLI compilation
15-
- Simple CMake project
16-
- Unit tests
10+
- CLion and ROS 2 introduction
1711

18-
Responsible: Ing. Adam Ligocki, Ph.D.
12+
Responsible: Ing. Petr Šopák
1913

20-
### Lab 3 - Git & C++ Project Template
14+
### Lab 2 - Project Workflow: Git, CMake & Team Project
2115
- Git Basics and workflow
16+
- Simple CMake project
17+
- Unit tests
2218
- Online repository
2319
- Course project template
2420

25-
Responsible: Ing. Jakub Minařík
21+
Responsible: Ing. Petr Šopák
2622

27-
### Lab 4 - Data Capture & Visualization (ROS)
23+
### Lab 3 - Data Capture & Visualization (ROS)
2824
- ROS 2 in CLI
2925
- Simple Node, Publisher, Subscriber
3026
- RViz, Data Visualization
3127

3228
Responsible: Ing. Petr Šopák
3329

34-
### Lab 5 - Motor, Kinematics & Gamepad
30+
### Lab 4 - Motor, Kinematics & Gamepad
3531
- Motor Control
3632
- Forward and Inverse Kinematics
3733
- Gamepad
3834

3935
Responsible: Ing. Jakub Minařík
4036

41-
### Lab 6 - Line Estimation
37+
### Lab 5 - Line Estimation
4238
- Line Sensor Usage
4339
- Line Position Estimation
4440
- Line Sensor Calibration
4541

4642
Responsible: Ing. Adam Ligocki, Ph.D.
4743

48-
### Lab 7 - Line Following & PID
44+
### Lab 6 - Line Following & PID
4945
- Line Following Control Loop Implementation
5046

5147
Responsible: Ing. Petr Šopák
5248

53-
### Lab 8 - Midterm Test (Line Following)
49+
### Lab 7 - Midterm Test (Line Following)
5450
- Good Luck
5551

5652
Responsible: Ing. Adam Ligocki, Ph.D.
5753

58-
### Lab 9 - LiDAR
54+
### Lab 8 - LiDAR
5955
- Understanding LiDAR data
6056
- LiDAR Data Filtration
6157
- Corridor Following Algorithm
6258

6359
Responsible: Ing. Petr Šopák
6460

65-
### Lab 10 - Inertial Measurement Unit (IMU)
61+
### Lab 9 - Inertial Measurement Unit (IMU)
6662
- Understanding IMU Data
6763
- Orientation Estimation Using IMU
6864

6965
Responsible: Ing. Petr Šopák
7066

71-
### Lab 11 - Camera Data Processing
67+
### Lab 10 - Camera Data Processing
7268
- Understanding Camera Data
7369
- ArUco Detection Library
7470

7571
Responsible: Ing. Petr Šopák
7672

73+
### Lab 11 - Individual work
74+
- Individual work
75+
- Consultation
76+
77+
Responsible: Ing. Petr Šopák
78+
7779
### Lab 12 - Midterm Test (Corridor Following)
7880
- Good Luck!
7981

0 commit comments

Comments
 (0)