Skip to content

Commit 72e3eda

Browse files
authored
Update README.md
1 parent 0e4ac3b commit 72e3eda

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

README.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,12 @@
33
https://github.com/jyjblrd/distributed_visual_SLAM/assets/40762456/6db2d506-c0fd-4976-94fb-ae1da50cfd12
44

55
In this project, I:
6-
1. Design and implement a novel distributed monocular visual SLAM system, capable of
7-
localization, relative pose estimation, and collaborative mapping, all while being tolerant
8-
to degraded network conditions and not reliant on any single leader agent (section 3.2).
9-
2. Evaluate the performance of my system on standard datasets, **demonstrating its su-
10-
perior performance over comparable state-of-the-art systems (section 4.3).**
11-
3. Create a simulation environment for testing and evaluating my system locally (sec-
12-
tion 3.6).
13-
4. Develop a custom collision avoidance framework (section 3.3) and deploy it alongside
14-
my SLAM system on physical robots, **demonstrating the practical use cases of my
15-
system and benchmarking real-world performance (section 4.4).**
16-
5. **Contribute as a co-author to the paper The Cambridge RoboMaster: An Agile
17-
Multi-Robot Research Platform**. My distributed SLAM system is included in
18-
the paper and used to evaluate the robotics platform (section 3.7.1).
19-
6. Develop Multi-Agent EVO – the first open-source evaluation library for multi-agent SLAM
20-
systems (section 3.5).
21-
7. Develop the Raspberry Pi Video Publisher – a performant platform for SLAM data collec-
22-
tion and augmented reality visualizations – and set up a continuous integration and de-
23-
ployment pipeline to automatically deploy the latest builds to the devices (section 3.7.3).
6+
1. Design and implement a novel distributed monocular visual SLAM system, capable of localization, relative pose estimation, and collaborative mapping, all while being tolerant to degraded network conditions and not reliant on any single leader agent (section 3.2).
7+
2. Evaluate the performance of my system on standard datasets, **demonstrating its superior performance over comparable state-of-the-art systems (section 4.3).**
8+
3. Create a simulation environment for testing and evaluating my system locally (section 3.6).
9+
4. Develop a custom collision avoidance framework (section 3.3) and deploy it alongside my SLAM system on physical robots, **demonstrating the practical use cases of my system and benchmarking real-world performance (section 4.4).**
10+
5. **Contribute as a co-author to the paper The Cambridge RoboMaster: An Agile Multi-Robot Research Platform**. My distributed SLAM system is included in the paper and used to evaluate the robotics platform (section 3.7.1).
11+
6. Develop Multi-Agent EVO – the first open-source evaluation library for multi-agent SLAM systems (section 3.5).
12+
7. Develop the Raspberry Pi Video Publisher – a performant platform for SLAM data collection and augmented reality visualizations – and set up a continuous integration and deployment pipeline to automatically deploy the latest builds to the devices (section 3.7.3).
2413

2514

0 commit comments

Comments
 (0)