Skip to content

Commit 1e7e649

Browse files
committed
warm up task draft
1 parent d495549 commit 1e7e649

File tree

1 file changed

+28
-6
lines changed

1 file changed

+28
-6
lines changed

docs/_14_projects/_gsoc/index.rst

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ During Google Summer of Code, participating contributors are paired with mentors
2121
Why contribute?
2222
===============
2323

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.
2525
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.
2727

2828
The Aerostack2 environment is open source and free of charge, which facilitates universal access to this technology by autonomous drone developers.
2929
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:
5656
<div style="width:80%; margin:auto;"><iframe width="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>
5757

5858

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!
5968

6069
============================
6170
Ideas List for GSoC 2025
@@ -72,6 +81,8 @@ Ideas List for GSoC 2025
7281
.. - Expected size of the project
7382
.. - Mentor
7483
84+
Below you will find the list of the different project ideas that we are proposing for Google Summer of Code 2025.
85+
7586

7687
Project #1 : Title
7788
============================
@@ -107,16 +118,27 @@ We are looking for enthusiastic students who are passionated and willing to lear
107118
To apply, follow the instructions below:
108119

109120
Basic Requirements
110-
------------------
121+
========================
122+
111123
1. Check that you meet the eligibility requirements for the program. Check the `GSoC website <https://summerofcode.withgoogle.com/get-started>`__ for more information.
112124
2. Basic Git experience.
113125
3. Basic experience working with C++ and/or Python.
114126

115-
Programming Test and or PR
116-
----------------------------
127+
Warm-up Task
128+
========================
129+
117130
.. check if the project requires a programming test or PR
118131
.. 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.
141+
120142

121143
Send us your application
122144

0 commit comments

Comments
 (0)