Skip to content

Commit 14203d4

Browse files
authored
Add an event page (#74)
* add event page * Make headers per event for better visability
1 parent d8bc7bd commit 14203d4

File tree

3 files changed

+64
-1
lines changed

3 files changed

+64
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This repository/website is a collection of resources for aerial robotics. It is
1414
* [Hardware, Components, and Dev Kits](docs/hardware.md)
1515
* [Aerial Vehicle Types](docs/aerial_vehicles.md)
1616
* [Middleware and Drivers](docs/middleware_and_drivers.md)
17+
* [Events in Aerial RoboticsWW](docs/Events.md)
1718

1819
## Website
1920

docs/events.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Events in Aerial Robotics
2+
3+
Here are events like expos or academic conferences listed that are important for Aerial Robotists.
4+
5+
If you know of any events that should be listed here, please submit a PR to the repository.
6+
7+
## 2025
8+
9+
### Xponential Europe
10+
* **Website:** [https://www.xponential-europe.com/](https://www.xponential-europe.com/)
11+
* **Date:** Feb 17-20
12+
* **Location:** Dusseldorf, Germany
13+
* **Description:** Expo and trade fair
14+
* **Side-events:** European Drone Forum on 17-18 Feb
15+
16+
### ICUAS
17+
* **Website:** [https://uasconferences.com/2025_icuas/](https://uasconferences.com/2025_icuas/)
18+
* **Date:** May 14-17
19+
* **Location:** Charlotte, USA
20+
* **Description:** International Conference on Unmanned Aircraft Systems
21+
* **Paper submission deadline:** Feb 4 2025
22+
23+
### Xponential
24+
* **Website:** [https://xponential.org/](https://xponential.org/)
25+
* **Date:** May 19-20
26+
* **Location:** Houston, USA
27+
* **Description:** Technology Expo with a focus on drones
28+
29+
### ICRA
30+
* **Website:** [https://2025.ieee-icra.org/](https://2025.ieee-icra.org/)
31+
* **Date:** May 19-23
32+
* **Location:** Atlanta, USA
33+
* **Description:** Academic robotics conference with many sessions on UAVs
34+
* **Paper submission deadline:** Sept 15 2024 (already passed)
35+
36+
### ROSCon
37+
* **Website:** Not out yet
38+
* **Date:** Oct 2025 (exact dates not known yet)
39+
* **Location:** Singapore, Singapore
40+
* **Description:** Developer Conference on the Robot Operating System (ROS)
41+
* **Call for papers and participation:** Not out yet
42+
43+
### IROS
44+
* **Website:** [http://www.iros25.org/](http://www.iros25.org/)
45+
* **Date:** Oct 19-25
46+
* **Location:** Hanzhou, China
47+
* **Description:** Academic robotics conference with many sessions on UAVs
48+
* **Paper submission deadline:** March 1 2025
49+
50+
### IMAV
51+
* **Website:** [https://femexrobotica.org/imav2025/](https://femexrobotica.org/imav2025/)
52+
* **Date:** Nov 10-14
53+
* **Location:** San Andres Cholula, Mexico
54+
* **Description:** Micro Air Vehicle Conference and Competition
55+
* **Call for participation:** Not out yet
56+
57+
58+
59+
This page was last updated: *{{ git_revision_date_localized }}*
60+
61+
--8<-- "docs/goatcounter.html"

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ edit_uri: blob/main/docs/
66
copyright: 'This website is information assembled with help of the ROS Aerial Robotics Community group. Analytics with no-cookie tracking with goatviewer.com'
77

88
nav:
9-
- 'education_and_tutorial.md'
109
- 'aerial_vehicles.md'
10+
- 'education_and_tutorial.md'
11+
- 'events.md'
1112
- 'simulation.md'
1213
- 'hardware.md'
1314
- 'autopilots_suites.md'

0 commit comments

Comments
 (0)