You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_14_projects/_gsoc/index.rst
+28-6Lines changed: 28 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ During Google Summer of Code, participating contributors are paired with mentors
21
21
Why contribute?
22
22
===============
23
23
24
-
Aerostack2 is an open-source multipurpose framework designed to create autonomous multi-aerial-robot systems in an easy and powerful way.
24
+
Aerostack2 is a ROS 2 based, open-source multipurpose framework designed to create autonomous multi-aerial-robot systems in an easy and powerful way.
25
25
The project has been under development since 2016, starting with the first version, Aerostack, which can be found here: `Aerostack Wiki <https://github.com/cvar-upm/aerostack/wiki>`_.
26
-
Since 2022, work has been focused on the development of Aerostack2.
26
+
Since 2021, work has been focused on the development of Aerostack2.
27
27
28
28
The Aerostack2 environment is open source and free of charge, which facilitates universal access to this technology by autonomous drone developers.
29
29
It is offered with a BSD-3-Clause license that allows free distribution and modification of the software.
@@ -56,6 +56,15 @@ Furthermore, Aerostack2 has been presented at international conferences:
56
56
<divstyle="width:80%; margin:auto;"><iframewidth="100%"height="315"src="https://www.youtube.com/embed/LnTmqx08K3k?si=EmtJD34ET4KOUm78"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerpolicy="strict-origin-when-cross-origin"allowfullscreen></iframe></div>
57
57
58
58
59
+
.. space after the video
60
+
.. here we can add a space after the video
61
+
.. to separate the video from the text
62
+
63
+
.. raw:: html
64
+
65
+
<br><br>
66
+
67
+
If you are interested in ROS 2, aerial robotics, and open-source software development, we invite you to join us in this exciting journey!
59
68
60
69
============================
61
70
Ideas List for GSoC 2025
@@ -72,6 +81,8 @@ Ideas List for GSoC 2025
72
81
.. - Expected size of the project
73
82
.. - Mentor
74
83
84
+
Below you will find the list of the different project ideas that we are proposing for Google Summer of Code 2025.
85
+
75
86
76
87
Project #1 : Title
77
88
============================
@@ -107,16 +118,27 @@ We are looking for enthusiastic students who are passionated and willing to lear
107
118
To apply, follow the instructions below:
108
119
109
120
Basic Requirements
110
-
------------------
121
+
========================
122
+
111
123
1. Check that you meet the eligibility requirements for the program. Check the `GSoC website <https://summerofcode.withgoogle.com/get-started>`__ for more information.
112
124
2. Basic Git experience.
113
125
3. Basic experience working with C++ and/or Python.
114
126
115
-
Programming Test and or PR
116
-
----------------------------
127
+
Warm-up Task
128
+
========================
129
+
117
130
.. check if the project requires a programming test or PR
118
131
.. note::
119
-
The programming test is mandatory for all applicants.
132
+
This Warm-up task is mandatory for all the projects.
133
+
134
+
In order to apply for any of the projects, you must complete a simple Warm-up for familiarizing yourself with the Aerostack2 framework.
135
+
The Warm-up task consists of the following steps:
136
+
137
+
1. Setup an environment with ROS 2 Humble and Aerostack2. You can follow the instructions in the `Aerostack2 Wiki <_00_getting_started>`__.
138
+
2. Follow the Simple Gazebo Simulation example in the `Aerostack2 Wiki <_01_simple_gazebo_simulation>`__.
139
+
3. Fork the project repository and modify the ``mission.py`` file to make the drone move in a hexagonal trajectory.
140
+
4. Upload the modified code to your repo and submit the link to the repository in the application form.
0 commit comments