Skip to content

Commit

Permalink
Merge branch 'main' of github.com:WeeklyRobotics/robotic_events into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
msadowski committed Nov 5, 2023
2 parents ae45e6b + 469ffcf commit fe2bd3c
Showing 1 changed file with 53 additions and 10 deletions.
63 changes: 53 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# robotic_events
A repository containing upcoming events in robotics (WIP).
# Robotic Events
A repository containing upcoming events in robotics maintained by [](https://www.linkedin.com/in/knmcguire/) and [Mat Sadowski](https://www.linkedin.com/in/mateuszsadowski/).

The events in this repository are rendered on [Weekly Robotics website](https://www.weeklyrobotics.com/events)

Please feel free to create a PR adding your event details. To insert the event, modify events.yml file, inserting your event in the following format:
## Contributing

Please feel free to create a PR adding your event details. To insert the event, modify events.yml file, inserting your event using the format below. Please don't edit the README.md file directly, it is autogenerated from the yaml file.

```
- title: Robotics Summit & Expo
Expand All @@ -22,12 +24,53 @@ Using any of the categories:
* Competition
* Meetup

When you insert the event, make sure it is inserted chronically with respect of start_date of other events.
When you insert the event, make sure it is inserted chronically with respect of start_date of other events. Please note that at this time we don't accept any events related to weaponry or weaponization.

# Events


## Conference


* [2023 Conference on Robot Learning](https://www.corl2023.org/): Nov 06-Nov 09, 2023. Atlanta, United States of America
* [ROSCon Germany 2023](https://roscon2023.de/): Nov 23-Nov 24, 2023. Karlsruhe, Germany
* [ROScon India 2023](http://rosconindia.in/): Dec 14-Dec 15, 2023. Bangalore, India
* [FOSdem 2024](https://fosdem.org/2024/): Feb 03-Feb 04, 2024. Brussels, Belgium
* [European Robotics Forum 2024](https://erf2024.eu/): Mar 13-Mar 15, 2024. Remini, Italy
* [RoboSoft 2024](https://softroboticsconference.org/): Apr 14-Apr 17, 2024. San Diego, United States of America
* [Open Hardware Summit 2024](https://2024.oshwa.org/): Apr 26-Apr 27, 2024. Montreal, Canada
* [HRI 2024](https://humanrobotinteraction.org/2024/): May 11-May 14, 2024. Boulder, Colorado, United states of America
* [ICRA 2024](https://2024.ieee-icra.org/): May 13-May 17, 2024. Yokohama, Japan
* [ICUAS 2024](https://uasconferences.com/2024_icuas/): Jun 04-Jun 07, 2024. Chania, Crete, Greece
* [Robotics: Science and Systems 2024](https://roboticsconference.org/): Jul 15-Jul 19, 2024. Delft, The Netherlands
* [BioRob 2024](https://www.biorob2024.org/home/): Sep 01-Sep 04, 2024. Heidelberg, Germany
* [IROS 2024](https://iros2024-abudhabi.org/): Oct 14-Oct 18, 2024. Abu Dhabi, Emirate of Abu Dhabi
* [RoboBusiness](https://www.robobusiness.com/): Oct 16-Oct 17, 2024. Santa Clara, United States of America
* [ROSCon 2024](https://roscon.ros.org/2024/): Oct 21-Oct 23, 2024. Odense, Denmark

## Expo


* [European Robotics Week 2023](https://eu-robotics.net/eurobotics/activities/european-robotics-week/): Nov 18-Nov 26, 2023. Hannover, Germany
* [R-24 Robots, Automation and Drones 2024](https://roboticsevent.eu/en/): Mar 13-Mar 15, 2024. Odense, Denmark
* [Robotics Summit & Expo](https://www.roboticssummit.com/): May 01-May 02, 2024. Boston, United states of America

## Workshop


* [ROS-Industrial Consortium Asia Pacific Annual Summit 2023](https://reg.eventnook.com/event/rosiapworkshop2023): Nov 29-Nov 30, 2023. Singapore, Singapore

## Competition


* [DTR - Drone competition](https://sites.google.com/lehigh.edu/dtr2023b/home): Nov 13-Nov 17, 2023. Bethlehem, United States of America
* [Eurobot Open 2024](https://www.eurobot.org): May 08-May 11, 2024. La Roche-sur-Yon, France
* [AIRA Challenge 2024](https://www.aira-challenge.com): Jun 10-Jun 14, 2024. Frankfurt am Main, Germany
* [RoboCup 2024](https://2024.robocup.org/): Jul 17-Jul 22, 2024. Eindhoven, Netherlands
* [Fram Robotics Challenge](https://farmroboticschallenge.ai/): Sep 06, 2024. tbd, United States of America
* [Cybathlon 2024](https://cybathlon.ethz.ch/en/events/edition/cybathlon-2024): Oct 25-Oct 27, 2024. Kloten, Switzerland

## Meetup

TODOS:
* [ ] Create a script to automatically sort events.yml by start date
* [ ] Automatically trigger Weekly Robotics rebuild after a PR merge
* [ ] Create a script and a GitHub action to automatically remove past events
* [ ] Create a jinja2 template to populate the README.md with the events

Any help on the above would be highly appreciated!
* [ROS Meetup Barcelona (in Spanish)](https://www.eventbrite.com/e/entradas-ros-meetup-barcelona-739724173917?a): Nov 24, 2023. Barcelona, Spain

0 comments on commit fe2bd3c

Please sign in to comment.