Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • eclipse-ig/openmobility/openmobility.eclipse.org
  • zhoufang/openmobility.eclipse.org
  • oliviergoulet/openmobility.eclipse.org
  • zacharysabourin/openmobility.eclipse.org
4 results
Show changes
Commits on Source (46)
Showing
with 592 additions and 29 deletions
...@@ -4,3 +4,4 @@ ...@@ -4,3 +4,4 @@
/static/js/ /static/js/
/static/css/ /static/css/
/public/ /public/
.hugo_build.lock
...@@ -3,4 +3,10 @@ ...@@ -3,4 +3,10 @@
hugo ( hugo (
appName: 'openmobility.eclipse.org', appName: 'openmobility.eclipse.org',
productionDomain: 'openmobility.eclipse.org', productionDomain: 'openmobility.eclipse.org',
build: [
containerImage: 'eclipsefdn/hugo-node:h0.110.0-n18.13.0'
],
deployment: [
nginxServerConf: 'config/nginx/default.conf'
]
) )
...@@ -6,10 +6,24 @@ The [openmobility.eclipse.org](https://openmobility.eclipse.org) website is gene ...@@ -6,10 +6,24 @@ The [openmobility.eclipse.org](https://openmobility.eclipse.org) website is gene
<img src="https://i.imgur.com/ECvSBcZ.jpg" alt="openMobility logo" width="200"> <img src="https://i.imgur.com/ECvSBcZ.jpg" alt="openMobility logo" width="200">
The OpenMobility working group will drive the evolution and broad adoption of mobility modelling and simulation technologies. It accomplishes its goal by fostering and leveraging collaborations among members and by ensuring the development and availability of the “OpenMobility framework”. This framework will provide the tools for a detailed simulation of the movement of vehicles and people as well as their communication patterns. It will be valuable for testing driver assistance systems, predicting and optimizing traffic as well as evaluating new business concepts, such as Mobility-as-a-Service. The OpenMobility interest group will drive the evolution and broad adoption of mobility modelling and simulation technologies.
It accomplishes its goals by fostering and leveraging collaborations among members and by ensuring the development and availability of necessary tools for a detailed simulation of the mobility patterns of people and vehicles.
It will be valuable for cities, municipalities, public transport providers as well as automotive software developers by offering the capability to create digital twins, optimize traffic systems and evaluate new business concepts, such as Mobility-as-a-Service.
## Getting started ## Getting started
### Required Software
| Software | Version |
|--- |--- |
| node.js | 18.13.0 |
| npm | 8.19 |
| Hugo | 0.110 |
| Git | > 2.31 |
See our [Managing Required Software](https://gitlab.eclipse.org/eclipsefdn/it/webdev/hugo-solstice-theme/-/wikis/Managing-Required-Software)
wiki page for more information on this topic.
Install dependencies, build assets and start a webserver: Install dependencies, build assets and start a webserver:
```bash ```bash
......
baseurl = "https://openmobility.eclipse.org/" baseurl = "https://openmobility.eclipse.org/"
DefaultContentLanguage = "en" DefaultContentLanguage = "en"
title = "The openMobility working group will drive the evolution and broad adoption of mobility modelling and simulation technologies." title = "The openMobility interest group will drive the evolution and broad adoption of mobility modelling and simulation technologies."
theme = "eclipsefdn-hugo-solstice-theme" theme = "eclipsefdn-hugo-solstice-theme"
metaDataFormat = "yaml" metaDataFormat = "yaml"
#googleAnalytics = "" #googleAnalytics = ""
...@@ -16,9 +16,9 @@ canonifyURLs = false #keep false ...@@ -16,9 +16,9 @@ canonifyURLs = false #keep false
[Params] [Params]
google_tag_manager = "GTM-5WLCZXC" google_tag_manager = "GTM-5WLCZXC"
description = "The openMobility working group will drive the evolution and broad adoption of mobility modelling and simulation technologies." description = "The openMobility interest group will drive the evolution and broad adoption of mobility modelling and simulation technologies."
subtitle = "" subtitle = ""
seo_title_suffix = " | Eclipse openMobility Working Group | The Eclipse Foundation" seo_title_suffix = " | Eclipse openMobility Interest Group | The Eclipse Foundation"
keywords = ["Mobility modelling", "simulation technologies", "OpenMobility framework", "Mobility-as-a-Service"] keywords = ["Mobility modelling", "simulation technologies", "OpenMobility framework", "Mobility-as-a-Service"]
logo = "images/logo/logo.svg" logo = "images/logo/logo.svg"
styles = "css/styles.css" styles = "css/styles.css"
...@@ -76,8 +76,8 @@ canonifyURLs = false #keep false ...@@ -76,8 +76,8 @@ canonifyURLs = false #keep false
weight = 4 weight = 4
[[menu.main]] [[menu.main]]
name = "Working Group" name = "Interest Group"
url = "/working-group/" url = "/interest-group/"
weight = 5 weight = 5
# Sub-menu # Sub-menu
...@@ -95,37 +95,37 @@ canonifyURLs = false #keep false ...@@ -95,37 +95,37 @@ canonifyURLs = false #keep false
weight = 2 weight = 2
[[menu.main]] [[menu.main]]
name = "About" name = "Eclipse OpenMCx"
url = "/working-group/" url = "https://projects.eclipse.org/projects/automotive.openmcx"
parent = "Working Group" parent = "Projects"
weight = 1 weight = 3
[[menu.main]] [[menu.main]]
name = "Charter" name = "About"
url = "https://www.eclipse.org/org/workinggroups/openmobility_charter.php" url = "/interest-group/"
parent = "Working Group" parent = "Interest Group"
weight = 2 weight = 1
[[menu.main]] [[menu.main]]
name = "Join Eclipse openMobility" name = "Join Eclipse openMobility"
url = "/working-group/become-a-member" url = "/interest-group/become-a-member"
parent = "Working Group" parent = "Interest Group"
weight = 3 weight = 3
[[menu.main]] [[menu.main]]
name = "User Stories" name = "User Stories"
url = "https://github.com/openmobility-wg/userstories/issues" url = "https://github.com/openmobility-wg/userstories/issues"
parent = "Working Group" parent = "Interest Group"
weight = 4 weight = 4
[[menu.main]] [[menu.main]]
name = "Meeting Minutes" name = "Meeting Minutes"
url = "/working-group/minutes" url = "/interest-group/minutes"
parent = "Working Group" parent = "Interest Group"
weight = 5 weight = 5
[[menu.main]] [[menu.main]]
name = "Contact" name = "Contact"
url = "/working-group/contact" url = "/interest-group/contact"
parent = "Working Group" parent = "Interest Group"
weight = 6 weight = 6
server {
listen 8080;
server_name localhost;
port_in_redirect off;
error_page 404 /404.html;
location / {
# redirect /working-group section and all subpages to /interest-group section
rewrite /working-group/become-a-member /interest-group/become-a-member redirect;
rewrite /working-group/contact /interest-group/contact redirect;
rewrite /working-group/minutes /interest-group/minutes redirect;
rewrite /working-group/minutes/minutes/20210810 /interest-group/minutes/20210810 redirect;
rewrite /working-group/minutes/minutes/20211005 /interest-group/minutes/20211005 redirect;
rewrite /working-group/minutes/minutes/20211019 /interest-group/minutes/20211019 redirect;
rewrite /working-group/minutes/minutes/20220614 /interest-group/minutes/20220614 redirect;
rewrite /working-group/minutes/minutes/20220906 /interest-group/minutes/20220906 redirect;
rewrite /working-group/minutes/minutes/20221115 /interest-group/minutes/20221115 redirect;
rewrite /working-group /interest-group redirect;
root /usr/share/nginx/html/;
index index.html index.htm;
}
# redirect server error pages to the static page /50x.html
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
}
\ No newline at end of file
--- ---
title: "Home" title: "Home"
seo_title: "Driving the evolution and broad adoption of open source mobility modelling and simulation technologies" seo_title: "Driving the evolution and broad adoption of open source mobility modelling and simulation technologies"
headline: "openMobility Working Group" headline: "openMobility"
subtitle: "Driving the evolution and broad adoption of open source mobility modelling and simulation technologies." subtitle: "Driving the evolution and broad adoption of open source mobility modelling and simulation technologies."
description: "" description: ""
tagline: "" tagline: ""
links: [[href: "https://www.eclipse.org/sumo", text: "Eclipse SUMO"], [href: "working-group/become-a-member/", text: "Become a Member"], [href: "working-group/contact/", text: "Contact"]] links: [[href: "https://www.eclipse.org/sumo", text: "Eclipse SUMO"], [href: "interest-group/become-a-member/", text: "Become a Member"], [href: "interest-group/contact/", text: "Contact"]]
date: 2019-03-14T15:50:25-04:00 date: 2019-03-14T15:50:25-04:00
hide_sidebar : true hide_sidebar : true
hide_page_title: true hide_page_title: true
......
--- ---
title: "Working Group" title: "Interest Group"
date: 2019-04-16T16:09:45+02:00 date: 2019-04-16T16:09:45+02:00
layout: "single" layout: "single"
description: "" description: ""
...@@ -17,7 +17,7 @@ draft: false ...@@ -17,7 +17,7 @@ draft: false
#links: [] #links: []
--- ---
The openMobility Working Group coordinates and shapes the development of Eclipse Foundation projects on the following topics: The openMobility Interest Group coordinates and shapes the development of Eclipse Foundation projects on the following topics:
- Microscopic and Mesoscopic Traffic Simulation - Microscopic and Mesoscopic Traffic Simulation
- Vehicle-to-Vehicle and Vehicle-to-Infrastructure Communication Simulation - Vehicle-to-Vehicle and Vehicle-to-Infrastructure Communication Simulation
...@@ -25,6 +25,6 @@ The openMobility Working Group coordinates and shapes the development of Eclipse ...@@ -25,6 +25,6 @@ The openMobility Working Group coordinates and shapes the development of Eclipse
- Simulator Coupling infrastructure - Simulator Coupling infrastructure
- Interfaces to Advanced Driver Assistance Systems and Intelligent Transportation Systems solutions - Interfaces to Advanced Driver Assistance Systems and Intelligent Transportation Systems solutions
Projects hosted by the Eclipse Foundation in the context of the openMobility Working Group apply the Eclipse development process and best practices of openness, transparency and meritocracy. As such, these projects are open to participation by developers or contributors. They can submit contributions to the project that will be considered for inclusion by the project committers. Committer status is acquired by contributors after election by existing committers as described in the Eclipse Development Process. Projects hosted by the Eclipse Foundation in the context of openMobility apply the Eclipse development process and best practices of openness, transparency and meritocracy. As such, these projects are open to participation by developers or contributors. They can submit contributions to the project that will be considered for inclusion by the project committers. Committer status is acquired by contributors after election by existing committers as described in the Eclipse Development Process.
The openMobility Working Group uses the normal infrastructure provided to Eclipse projects, including, among others, mailing lists, forums, bug trackers, source code repositories, continuous integration servers, build servers, and web sites. openMobility uses the normal infrastructure provided to Eclipse projects, including, among others, mailing lists, forums, bug trackers, source code repositories, continuous integration servers, build servers, and websites.
\ No newline at end of file \ No newline at end of file
...@@ -23,7 +23,7 @@ The pace of innovation in the field of mobility is faster than ever. Open source ...@@ -23,7 +23,7 @@ The pace of innovation in the field of mobility is faster than ever. Open source
### Benefits ### Benefits
Members of the Eclipse openMobility Working Group take advantage of the following opportunities: Members of the Eclipse openMobility Interest Group take advantage of the following opportunities:
- Participate in industry collaborations to develop a common open platforms for traffic simulation and mobility modeling. - Participate in industry collaborations to develop a common open platforms for traffic simulation and mobility modeling.
- Play a role in defining Eclipse openMobility strategic priorities - Play a role in defining Eclipse openMobility strategic priorities
...@@ -32,8 +32,7 @@ Members of the Eclipse openMobility Working Group take advantage of the followin ...@@ -32,8 +32,7 @@ Members of the Eclipse openMobility Working Group take advantage of the followin
### How to become a member ### How to become a member
The OpenMobility working group is open at any time to all new members. The process to participate in the openMobility working group requires the following steps: openMobility is open at any time to all new members. The process to participate in the openMobility interest group requires the following steps:
1. Become an Eclipse Foundation Solution Member - or higher. The process for membership application is outlined [here](https://www.eclipse.org/membership/become_a_member/). 1. Become an Eclipse Foundation Member. The process for membership application is outlined [here](https://www.eclipse.org/membership/become_a_member/).
2. Review the [openMobility Charter](https://www.eclipse.org/org/workinggroups/openmobility_charter.php) and sign the [Eclipse Working Group Participation Agreement](https://www.eclipse.org/org/workinggroups/IWG_Participation_Agreement.pdf). 2. [Contact us](https://eclipse.org/collaborations/interest-groups/contact/) about joining an interest group.
3. Join the openMobility mailing list [here](https://accounts.eclipse.org/mailing-list/openmobility).
...@@ -17,7 +17,7 @@ draft: false ...@@ -17,7 +17,7 @@ draft: false
#links: [] #links: []
--- ---
You can reach the Eclipse openMobility Working Group via mailing list: You can reach the Eclipse openMobility Interest Group via mailing list:
[Join openMobility Mailing list](https://accounts.eclipse.org/mailing-list/openmobility) [Join openMobility Mailing list](https://accounts.eclipse.org/mailing-list/openmobility)
......
---
title: "openMobility Telco Jul 11th, 2023"
date: 2023-07-11T17:09:45+02:00
layout: "single"
description: ""
categories: []
keywords: []
slug: ""
aliases: []
toc: false
draft: false
---
## Attendees
- Robert Hilbrich (DLR)
- Michael Behrisch (DLR)
- Christoph Sommer (TU Dresden)
- Moritz Schweppenhäuser (FhG FOKUS)
- Tobias Lukowitz (7P)
- Robert Protzmann (FhG FOKUS)
- Karl Schrab (FhG FOKUS)
- Jakob Kaths (Vector)
- Josko Balic (AVL)
- Evangelos Mintsis (CERTH/HIT)
## Introduction
- Welcome to the openMobility interest group - the transition from the working group has been concluded successfully
- Advantages: less bureaucracy for everyone, less administrative overhead for us, join the group with a mouse click (no more signatures)
- Mailinglists and websites should continue to work for everybody who was already subscribed to the "old" openMobility mailinglist
- Meeting notes will be kept on the website: https://openMobility.eclipse.org/interest-group/minutes/
## News from the Projects
### Eclipse MOSAIC
- 2023.0 Release contains updates to the perception models and bugfixing
- Using train simulations in SUMO which may lead to new issues being posted on GitHub
### Eclipse SUMO
- SUMO v1.18.0 was released a couple of weeks ago
- Focus on integrating python tools in NetEdit (access python tools from within NetEdit)
- Updated emission model (HBEFA 4) - recommended to rerun the simulation scenarios
- Improvements on bidirectional traffic simulation towards shared space simulation
- Bugfixes
- Jakob will be on a sabbatical until February 2024
- Beware: emission values changed the unit (unfortunately without a change in the API version number)
- Maven artifacts jars are still missing for v1.18.0
### Eclipse openMCx
- Interest for openMCx is rising
- Request for testing wave energy plants based on openMCx - leads to the need for new features
- Interest in near-real-time fmu-fmu coupling via openMCx
- Extensions to DCP and sensor testing are being worked on
## Towards an Updated Vision of openMobility
- Projects in our purview:
- Eclipse SUMO - https://eclipse.dev/sumo/
- Eclipse MOSAIC - https://www.eclipse.org/mosaic/
- Eclipse openMCx - https://projects.eclipse.org/projects/automotive.openmcx
- (Eclipse Adore - https://projects.eclipse.org/projects/automotive.adore - a new release based on ROS2 will be available in the Q4/2023 - could move to Eclipse SDV?)
- Potential new projects:
- TAPAS and TAPAS-SUMO-Coupling - https://github.com/DLR-VF/TAPAS, https://github.com/DLR-TS/TSC
- MobilityOps (7P) - https://strazoon.com/planning-solutions/
- Collaborate on tools to build digital twins for cities and municipalites to tackle traffic and mobility management?
- Within openMobility the available tools range from traffic demand generation to traffic simulation, ITS applications and visualization for building mobility management strategies
- Political opportunity and market opportunity for open source tools due to the software procurement restrictions of the smart city model projects in Germany
- Cities need evidence based analysis and impact analysis as a prerequisite for acquiring more public funds (...)
- Suggestion: do a survey about available models or tools resulting from EU projects?
- Suggestion: invite stakeholder from cities or municipalities to the openMobility community?
## EclipseCon 2023
- EclipseCon 2023 - Ludwigsburg, Germany, October 16 - 19, 2023 - https://www.eclipsecon.org/2023
- Automotive and Mobility track: https://www.eclipsecon.org/session-tracks-eclipsecon-2023/automotive-mobility
- Accepted presentations:
- https://www.eclipsecon.org/2023/sessions/leveraging-eclipse-sumo-and-eclipse-mosaic-unleashing-power-digital-twins-efficient
- https://www.eclipsecon.org/2023/sessions/create-detailed-traffic-models-and-simulations-open-source-tools-and-open-data-blink
- Community day October 16th, 2023, 08:30 - 18:30 CEST
- Draft agenda: https://wiki.eclipse.org/EclipseCon_2023_Automotive_Community_Day
## Any other Business
- Chat client changes: mattermost has been terminated, the SUMO channel moved to the new chat service at Eclipse (https://chat.eclipse.org/#/welcome)
- Do we want to have a chat channel on chat.eclipse.org for openMobility? (only public channels are allowed)
- Complexity of the initiatives at Eclipse are hard to understand
- Automotive Top Level Project,
- Eclipse Projects,
- Eclipse Project Management Council,
- "Bringing Automotive together",
- openMobility IG,
- Working Groups, ...
- Please join the interest group, if you are already part of the Eclipse Foundation ecosystem (https://openmobility.eclipse.org/interest-group/become-a-member/)
- Next meeting: Tuesday, September 26th, 14:30 CEST via Zoom
\ No newline at end of file
---
title: "openMobility Telco Sep 26th, 2023"
date: 2023-09-26T17:09:45+02:00
layout: "single"
description: ""
categories: []
keywords: []
slug: ""
aliases: []
toc: false
draft: false
---
## Attendees
- Robert Hilbrich (DLR)
- Martin Reuss (7P)
- Michael Behrisch (DLR)
- Evangelos Mintsis (CERTH/HIT)
- Dominik Salles (FKFS)
- Josko Balic (AVL)
- Alex Hainen (UA)
## Introduction
- Meeting minutes of the previous openMobility meeting have been accepted
## News from the Projects
### Eclipse MOSAIC
- no one of Eclipse MOSAIC present
### Eclipse openMCx
- Discussion about extending FMI 3.0 support for selected features
- Prototype implementation of DCP is available and potentially being added to OpenMCx
### Eclipse SUMO
- Source code repository moved to https://github.com/eclipse-sumo/sumo
- Website repository moved to https://github.com/eclipse-sumo/sumo.website
- Reason:
- move source code into an organization for each project to have more computing power for GitHub Actions and get features like branch protection
- have a Zenodo integration for a DOI for each software release
- Please change the URL of your git checkout
- Fixed: Maven artifacts jars are still missing for v1.18.0 (needed some manual triggering)
- Date for the next SUMO User Conference 2024: **May 13-15, 2024** - please mark the date in your calenders
- Next SUMO release on Oct. 10 with JuPedSim pedestrian dynamic models integration (early alpha!)
### Other News
- Max Schrader is continuing the dissertation with radar and sensor modeling
- Dominik Salles is part of AIAMO (https://aiamo.de/, https://bmdv.bund.de/SharedDocs/DE/Artikel/DG/KI-Projekte/aiamo.html)
- working towards digital twins of two cities
- Gathering data on the vehicle side
- Martin Reuss is continuing the work on MobilityOps to build digital twins
- Current project: microhubs for cargo bikes
- Presentation for EclipseCon
- Evangelos Mintsis built a digital twin of Tessaloniki to assess the efficiency of new traffic signal plans
## Towards an Updated Vision of openMobility
- Proposed vision: Collaborate on tools for digital twins of cities and municipalites to enable more efficient traffic and mobility management solutions.
- Feedback: none - Vision is accepted for now.
- Suggestion: do a survey about available models or tools resulting from EU projects?
- Feedback: none
- Suggestion: invite stakeholder from cities or municipalities to the openMobility community?
- Invite "SmartCity people" from Brunswick and Wolfsburg?
- Provide incentives to collaborate with the cities or municipalities?
- Should we work on "standardized" workflows to create digital twins?
- Positive feedback, but writing code is more fun than writing guidelines - see experiences gained from "Road2Simulation" (https://www.dlr.de/ts/en/desktopdefault.aspx/tabid-11648/20367_read-46771/)
- A driver for these activities is needed - potentially 7P?
- Should we work on APIs to import data from other tools?
- Feedback is positive - needs more elaboration and more details
- Goal: get a proper work plan for 2024
## EclipseCon 2023
- EclipseCon 2023 - Ludwigsburg, Germany, October 16 - 19, 2023 - https://www.eclipsecon.org/2023
## Any other Business
- Next meeting
- in physical presence at the EclipseCon
- as a virtual meeting: Nov. 21st, 2023, 14:30 - 15:30 CET
\ No newline at end of file
---
title: "openMobility Telco Nov 21, 2023"
date: 2023-11-21T17:09:45+02:00
layout: "single"
description: ""
categories: []
keywords: []
slug: ""
aliases: []
toc: false
draft: false
---
## Attendees
- Robert Hilbrich (DLR)
- Michael Behrisch (DLR)
- Tobias Lukowitz (7P)
- Martin Reuss (7P)
- Michele Segata (University of Trento)
- Evangelos Mintsis (CERTH/HIT)
- Moritz Schweppenhäuser (FhG FOKUS)
- Robert Protzmann (FhG FOKUS)
- Dominik Salles (FKFS)
- Josko Balic (AVL)
## Introduction
- EclipseCon 2023 - impressions and feedback
- Community day
- Lots of talks from BMW
- Interesting presentations from the folks from the Software Defined Vehicle (SDV) Working Group
- SDV is getting a lot of attention within the automotive track - openMobility, openMDM and openPASS are a bit like a side-kick
- Differentiation of Interest Groups and Working Groups was felt by participants
- Conference
- Positive feedback - range of topics is interesting
- Eclipse Meeting: "Bringing Automotive Together" organized by Andy Riexinger yesterday
- Question: why does openMobility not move under the umbrella of SDV?
- Too many groups? Too many projects?
## News from the Projects
### Eclipse MOSAIC
- New release in October
- See talk at EclipseCon about MOSAIC
- A publication about MOSAIC at Simutools conference
### Eclipse openMCx
- Requirements are going towards:
- real-time co-simulation - "classical" simulation is maybe over?
- DCP based simulation
### Eclipse SUMO
- New release 1.19.0
- See changelog: https://sumo.dlr.de/docs/ChangeLog.html#version_1190_07112023
- Integration of JuPedSim in sumo
- Improvements in NetEdit to create scenarios in which pedestrians move between locations
- Bidirectional movement improvements
- The repository moved to https://github.com/eclipse-sumo/sumo and the website repo to https://github.com/eclipse-sumo/sumo.website
- A user survey was announced and sent with the release notes
- SUMO User Conference 2024
- May 13-15 in Berlin
- See https://eclipse.dev/sumo/conference/ for the call for papers
## Upcoming Projects
### MobilityOps
- Decision to go open source has been made - but this is a first for SevenPrincipes
- Details have to be discussed and finalized
- Potential user base has been asked to assess the next steps as a validation
- A project application could be filled out - even if the contributor - the organization - is not an Eclipse member
## Other News
- DLR spin-off company co4e GmbH (co4e.com) joins the Eclipse Foundation and also openMobility
## Work Plan 2024
- APIs to seamlessly feed data from open or proprietary databases to SUMO
- HIT/CERTH: NAPCORE project - feed data from the national access point to the simulator
- Interest to tap into other platforms (e.g., TomTom, MDS from Open Mobility Foundation etc.)?
- Problem of realistic scenarios is still not solved
- Results would be beneficial to multiple projects
- See also: https://github.com/DKSR-Data-Competence-for-Cities-Regions/DKSR-Open-UrbanPulse
- Yes, we should proceed with working on this idea
- BluePrints on how to use "Eclipse Projects" - similar to Eclipse SDV Working Group
- Support tool discovery phase on the group level
- Tutorials exist already to describe the usage of our tools - also in conjunction with other tools; still they could be improved
- Could be beneficial for cities? How does a "package" for a city look like? At least focus on the topic areas, where we can provide a contribution with our projects
- Target audience: cities or new members for the interest group (traffic planners, companies in the field of mobility)
- Yes, we should proceed with working on this idea
- Goal: have sensible, helpful and practical blue prints
- Joint EU research project?
- DLR is engaged in proposals for the calls HORIZON-CL5-2024-D6-01-11 and HORIZON-CL5-2024-D6-01-6
- Please reach out to Robert or Michael, if you would like to collaborate in a HORIZON EU research project
## Any other Business
- Next meeting
- Zoom: Jan. 23st, 2024, 14:30 - 15:30 CET
\ No newline at end of file
---
title: "openMobility Telco Jan 23, 2024"
date: 2024-01-23T17:09:45+02:00
layout: "single"
description: ""
categories: []
keywords: []
slug: ""
aliases: []
toc: false
draft: false
---
## Attendees
- Robert Hilbrich (DLR & co4e GmbH)
- Michael Behrisch (DLR)
- Dominik Salles (FKFS)
- Evangelos Mintsis (CERTH/HIT)
- Jakob Kaths (Vector)
- Moritz Schweppenhäuser (FhG FOKUS)
- Karl Schrab (FhG FOKUS)
- Tobias Lukowitz (7P)
## Introduction
- co4e GmbH joined the openMobility interest group
- SESAM platform uses SUMO (see: https://sesam.co4e.com)
## News from the Projects
### Eclipse MOSAIC
- Received best paper award for paper about traffic state estimation at SimuTools
- MOSAIC applications in the paper where also published on GitHub
- See: https://github.com/mosaic-addons/traffic-state-estimation
### Eclipse openMCx
- Josko not here
### Eclipse SUMO
- Google research: https://blog.research.google/2023/12/simulations-illuminate-path-to-post.html
- SUMO User Conference 2024
- about 24 abstracts received
- deadline for full paper is Feb 16th
- Jakob will return in February
- Next SUMO release will be in February
- Are there users requiring FMI 2.0 support in SUMO?
- A setup with openMCx would be a cool demo use case
## Upcoming Projects
### MobilityOps
- Discussion about architecture for a full-blown product for cities and municipalities incorporating SUMO, TAPAS, ...
- Meeting at DLR in Berlin next week to continue this discussion
- Talk with Eclipse Foundation regarding the project proposal started
- Funding might require publishing of code on "open code platform" of the federal ministry of internals in Germany
- Cities and municipalities in Germany are more and more looking to use the masterportal (masterportal.org)
- Talk with DKSR about Open Urban Pulse will be next week - how to connect this to SUMO/TAPAS ecosystem
## Other News
- No actual news
## Work Plan 2024
- MantleAPI - see https://gitlab.eclipse.org/eclipse/openpass/mantle-api
- DLR plans to implement the MantleAPI in SUMO
- Benefit: get OpenSCENARIO 1.2 support via scenario engine from openPASS
- EclipseCon 2024 talk about MantleAPI and OpenPASS, see: https://www.youtube.com/watch?v=qo7UmUtUzHA
- Potential use case for SUMO: realize swarm traffic definitions in OpenSCENARIO
- APIs to seamlessly feed data from open or proprietary databases to SUMO
- Interest to tap into other platforms (e.g., TomTom, MDS from Open Mobility Foundation etc.)?
- See also: https://github.com/DKSR-Data-Competence-for-Cities-Regions/DKSR-Open-UrbanPulse
- Last time: yes, we should proceed with working on this idea
- How to proceed?
- Implementation/development work in a European funded project with reporting in the interest group
- Proposal: EU data act to standardize mobility data in Europe
- Ideas for the next EclipseCon a.k.a. "Open Code Experience" needed for next time
## Any other Business
- Next meeting
- Zoom: March 12th, 2024, 14:30 - 15:30 CET
---
title: "openMobility Telco Jun 11, 2024"
date: 2024-06-11T17:09:45+02:00
layout: "single"
description: ""
categories: []
keywords: []
slug: ""
aliases: []
toc: false
draft: false
---
## Attendees
- Robert Hilbrich (DLR & co4e GmbH)
- Michael Behrisch (DLR)
- Michele Segata (University of Trento)
- Andy Riexinger (Bosch)
- Evangelos Mintsis (CERTH/HIT)
- Josko Balic (AVL)
## Introduction
- Feedback for the [SUMO User Conference 2024](https://eclipse.dev/sumo/conference/)
- We might be able to get a YouTube channel for the SUMO User Conference recordings
## News from the Projects
### Eclipse MOSAIC
- DLR colleague D. Wesemeyer started his doctoral thesis on v2x messages for traffic managemement with digital twins and traffic simulation, development of new message formats, ...
### Eclipse openMCx
- promoting simulation standards like FMI
- fix part of AVL cloud simulation application
- Will contribute the DCP module
- See last Automotive Meeting:
- work on a [landscape](https://docs.google.com/presentation/d/1RTgdy7bBsn88WCBmt-7agxVcF9Z8EGxNcdSQPDIWres/edit?usp=sharing)
- See [Meeting minutes](https://gitlab.eclipse.org/groups/eclipse/automotive/-/wikis/home/Eclipse-Automotive-bringing-Automotive-together#meeting-june-3rd-2024)
### Eclipse SUMO
- Release news (1.20 in May 2024)
- New vehicle classes added (e.g. urban air traffic, wheelchair, ...)
- Direct geo-routing in SUMO (mapmatching can now be done in SUMO)
- Introduction of the JuPedSim coupling and bugfixes
- SUMO decided to pause the development of the FMU due to lack of user demand
- Maven Repository for libsumo for Java - see https://github.com/eclipse-sumo/sumo/issues/7921 - potentially switch to GitHub instead of Eclipse CI infrastructure
- Good bye WebSockets for the WebWizard?
- Reason: containerization of browsers in recent Linux distributions prevents local web sockets
- Option: open a new port locally instead
- Raise awareness about having regular SUMO developer meetings for non-DLR users and developers - would you be interested to join?
- Scheduled for every other week - please get in touch with us, if you would like to join
## Upcoming Projects
### MobilityOps
- Probably not coming due to the lack of funding
### TAPAS
- A viable alternative to be provided as an Eclipse project - instead of "just" a GitHub repository
## Current Developments
- MantleAPI - see https://gitlab.eclipse.org/eclipse/openpass/mantle-api
- Potential use case for SUMO: realize swarm traffic definitions in OpenSCENARIO
- APIs to seamlessly feed data from open or proprietary databases to SUMO
- Interest to tap into other platforms (e.g., TomTom, MDS from Open Mobility Foundation etc.)?
- See also: https://github.com/DKSR-Data-Competence-for-Cities-Regions/DKSR-Open-UrbanPulse
- Status: Planned publication about the current state of demand generation in SUMO
- Topic is still evolving: new developments in Bologna and there is also MobiTopp from Karlsruhe
- Topics needs to be revisited incorporating the current developments
- Work pauses here for the moment
## Current state of SESAM
- SESAM is making progress with a nicer simulation playback functionality
- Next steps: uploading of custom scenarios and scenario modification
- How to do a co-simulation in the cloud?
## Any other Business
- Eclipse OpenCodeExperience (OCX)
- who is attending or giving a talk?
- there seems some technical issues with the conference
- meeting in person at the conference?
- Next meeting: Juli 16th, 2024, 14:30 - 15:30 (Berlin time)