Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse simopenpass
simopenpass
Commits
f64b5ea1
Commit
f64b5ea1
authored
Jun 14, 2022
by
Reinhard Biegel
Browse files
Merge branch 'develop' into 102-port-tests-from-qmake-to-cmake
parents
28d1b40f
de32e075
Pipeline
#5022
canceled with stage
in 0 seconds
Changes
33
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmake/FindOSI.cmake
View file @
f64b5ea1
################################################################################
# Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
#
# This program and the accompanying materials are made
#
available under the
terms of the Eclipse Public License 2.0
#
which is available at
http
s
://www.eclipse.org/legal/epl-2.0
/
# This program and the accompanying materials are made
available under the
# terms of the Eclipse Public License 2.0
which is available at
# http://www.eclipse.org/legal/epl-2.0
.
#
# SPDX-License-Identifier: EPL-2.0
################################################################################
...
...
cmake/FindProtobuf.cmake
View file @
f64b5ea1
################################################################################
# Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
#
# This program and the accompanying materials are made
#
available under the
terms of the Eclipse Public License 2.0
#
which is available at
http
s
://www.eclipse.org/legal/epl-2.0
/
# This program and the accompanying materials are made
available under the
# terms of the Eclipse Public License 2.0
which is available at
# http://www.eclipse.org/legal/epl-2.0
.
#
# SPDX-License-Identifier: EPL-2.0
################################################################################
...
...
cmake/install_xmlSchemas.cmake
View file @
f64b5ea1
################################################################################
# Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
#
# This program and the accompanying materials are made
#
available under the
terms of the Eclipse Public License 2.0
#
which is available at
http
s
://www.eclipse.org/legal/epl-2.0
/
# This program and the accompanying materials are made
available under the
# terms of the Eclipse Public License 2.0
which is available at
# http://www.eclipse.org/legal/epl-2.0
.
#
# SPDX-License-Identifier: EPL-2.0
################################################################################
# sets install command to copy xml Schema files from repository to installation directory
install
(
DIRECTORY
${
CMAKE_SOURCE_DIR
}
/schemas DESTINATION .
)
message
(
"-- xml schema file will be installed in the schema folder of the installation directory"
)
\ No newline at end of file
message
(
"-- xml schema file will be installed in the schema folder of the installation directory"
)
doc/source/README.md
View file @
f64b5ea1
...
...
@@ -2,9 +2,9 @@
Copyright (c) 2021 in-tech GmbH
Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
This program and the accompanying materials are made
available under the
terms of the Eclipse Public License 2.0
which is available at
http
s
://www.eclipse.org/legal/epl-2.0
/
This program and the accompanying materials are made
available under the
terms of the Eclipse Public License 2.0
which is available at
http://www.eclipse.org/legal/epl-2.0
.
SPDX-License-Identifier: EPL-2.0
************************************************************
-->
...
...
doc/source/_ext/api_doc.py
View file @
f64b5ea1
###############################################################################
###############################################################################
#
# Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
#
# This program and the accompanying materials are made
#
available under the
terms of the Eclipse Public License 2.0
#
which is available at
http
s
://www.eclipse.org/legal/epl-2.0
/
# This program and the accompanying materials are made
available under the
# terms of the Eclipse Public License 2.0
which is available at
# http://www.eclipse.org/legal/epl-2.0
.
#
# SPDX-License-Identifier: EPL-2.0
###############################################################################
###############################################################################
#
import
os
import
shutil
...
...
sim/src/components/Algorithm_FmuWrapper/src/fmuFileHelper.h
View file @
f64b5ea1
/*******************************************************************************
* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
*
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
/********************************************************************************
* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
********************************************************************************/
#ifndef OPENPASS_FMUFILEHELPER_H
#define OPENPASS_FMUFILEHELPER_H
...
...
sim/src/core/opSimulation/modules/World_OSI/OWL/MovingObject.cpp
View file @
f64b5ea1
/*******************************************************************************
* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
*
* This program and the accompanying materials are made
*
available under the
terms of the Eclipse Public License 2.0
*
which is available at
http
s
://www.eclipse.org/legal/epl-2.0
/
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
/*******************************************************************************
*
* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
*
* This program and the accompanying materials are made
available under the
* terms of the Eclipse Public License 2.0
which is available at
* http://www.eclipse.org/legal/epl-2.0
.
*
* SPDX-License-Identifier: EPL-2.0
*
*******************************************************************************/
#include "MovingObject.h"
#include "OWL/OsiDefaultValues.h"
...
...
sim/src/core/opSimulation/modules/World_OSI/OWL/MovingObject.h
View file @
f64b5ea1
/*******************************************************************************
* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
/********************************************************************************
* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
********************************************************************************/
#ifndef OPENPASS_MOVINGOBJECT_H
#define OPENPASS_MOVINGOBJECT_H
...
...
sim/src/core/opSimulation/modules/World_OSI/OWL/OsiDefaultValues.h
View file @
f64b5ea1
/*******************************************************************************
* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
*
* This program and the accompanying materials are made
*
available under the
terms of the Eclipse Public License 2.0
*
which is available at
http
s
://www.eclipse.org/legal/epl-2.0
/
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
/*******************************************************************************
*
* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
*
* This program and the accompanying materials are made
available under the
* terms of the Eclipse Public License 2.0
which is available at
* http://www.eclipse.org/legal/epl-2.0
.
*
* SPDX-License-Identifier: EPL-2.0
*
*******************************************************************************/
#ifndef OPENPASS_OSIDEFAULTVALUES_H
#define OPENPASS_OSIDEFAULTVALUES_H
...
...
sim/src/core/opSimulation/modules/World_OSI/OWL/TrafficLight.cpp
View file @
f64b5ea1
/*******************************************************************************
* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
*
* This program and the accompanying materials are made
*
available under the
terms of the Eclipse Public License 2.0
*
which is available at
http
s
://www.eclipse.org/legal/epl-2.0
/
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
/*******************************************************************************
*
* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
*
* This program and the accompanying materials are made
available under the
* terms of the Eclipse Public License 2.0
which is available at
* http://www.eclipse.org/legal/epl-2.0
.
*
* SPDX-License-Identifier: EPL-2.0
*
*******************************************************************************/
#include "TrafficLight.h"
...
...
@@ -632,4 +632,4 @@ void TrafficLightBase::Log(CbkLogLevel logLevel, const char *file, int line, con
line
,
message
);
}
}
\ No newline at end of file
}
sim/src/core/opSimulation/modules/World_OSI/OWL/TrafficLight.h
View file @
f64b5ea1
/*******************************************************************************
* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
*
* This program and the accompanying materials are made
*
available under the
terms of the Eclipse Public License 2.0
*
which is available at
http
s
://www.eclipse.org/legal/epl-2.0
/
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
/*******************************************************************************
*
* Copyright (c) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
*
* This program and the accompanying materials are made
available under the
* terms of the Eclipse Public License 2.0
which is available at
* http://www.eclipse.org/legal/epl-2.0
.
*
* SPDX-License-Identifier: EPL-2.0
*
*******************************************************************************/
#ifndef OPENPASS_TRAFFICLIGHT_H
#define OPENPASS_TRAFFICLIGHT_H
...
...
sim/src/core/slave/modules/World_OSI/AgentAdapter.h
deleted
100644 → 0
View file @
28d1b40f
sim/src/core/slave/modules/World_OSI/OWL/DataTypes.cpp
deleted
100644 → 0
View file @
28d1b40f
sim/src/core/slave/modules/World_OSI/OWL/DataTypes.h
deleted
100644 → 0
View file @
28d1b40f
sim/tests/endToEndTests/pyOpenPASS/resources/html/report.css
View file @
f64b5ea1
/*
* Copyright (c) 2020, 2021 in-tech GmbH
*
* This program and the accompanying materials are made
*
available under the
terms of the Eclipse Public License 2.0
*
which is available at
http
s
://www.eclipse.org/legal/epl-2.0
/
* This program and the accompanying materials are made
available under the
* terms of the Eclipse Public License 2.0
which is available at
* http://www.eclipse.org/legal/epl-2.0
.
*
* SPDX-License-Identifier: EPL-2.0
*/
...
...
sim/tests/endToEndTests/test_end_to_end.json
View file @
f64b5ea1
...
...
@@ -278,7 +278,7 @@
"Sensor0_DetectedAgents"
:
"str"
}
},
"
disabled_
PCM"
:
{
"PCM"
:
{
"config_sets"
:
[
"PCM"
],
...
...
@@ -286,7 +286,7 @@
"invocations"
:
1
,
"description"
:
"Run a pcm case and check if the end state is as expected"
,
"queries"
:
[
"count(AgentId | XPosition == -5.
42233
1 and AgentId == 0 and Timestep == 10000) == 1"
"count(AgentId | XPosition == -5.
50540
1 and AgentId == 0 and Timestep == 10000) == 1"
],
"success_rate"
:
1
},
...
...
@@ -321,4 +321,4 @@
}
}
}
}
\ No newline at end of file
}
utils/ci/Jenkinsfile
View file @
f64b5ea1
/*******************************************************************************
/*******************************************************************************
*
* Copyright (c) 2021 in-tech GmbH
*
* This program and the accompanying materials are made
*
available under the
terms of the Eclipse Public License 2.0
*
which is available at
http
s
://www.eclipse.org/legal/epl-2.0
/
* This program and the accompanying materials are made
available under the
* terms of the Eclipse Public License 2.0
which is available at
* http://www.eclipse.org/legal/epl-2.0
.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
*******************************************************************************
*
/
pipeline
{
agent
none
...
...
utils/ci/scripts/10_prepare.sh
View file @
f64b5ea1
...
...
@@ -4,9 +4,9 @@
# Copyright (c) 2021 in-tech GmbH
# 2022 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
#
# This program and the accompanying materials are made
#
available under the
terms of the Eclipse Public License 2.0
#
which is available at
http
s
://www.eclipse.org/legal/epl-2.0
/
# This program and the accompanying materials are made
available under the
# terms of the Eclipse Public License 2.0
which is available at
# http://www.eclipse.org/legal/epl-2.0
.
#
# SPDX-License-Identifier: EPL-2.0
################################################################################
...
...
utils/ci/scripts/15_prepare_thirdParty.sh
View file @
f64b5ea1
...
...
@@ -4,9 +4,9 @@
# Copyright (c) 2021 ITK Engineering GmbH
# 2022 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
#
# This program and the accompanying materials are made
#
available under the
terms of the Eclipse Public License 2.0
#
which is available at
http
s
://www.eclipse.org/legal/epl-2.0
/
# This program and the accompanying materials are made
available under the
# terms of the Eclipse Public License 2.0
which is available at
# http://www.eclipse.org/legal/epl-2.0
.
#
# SPDX-License-Identifier: EPL-2.0
################################################################################
...
...
utils/ci/scripts/20_configure.sh
View file @
f64b5ea1
...
...
@@ -4,9 +4,9 @@
# Copyright (c) 2021 in-tech GmbH
# 2022 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
#
# This program and the accompanying materials are made
#
available under the
terms of the Eclipse Public License 2.0
#
which is available at
http
s
://www.eclipse.org/legal/epl-2.0
/
# This program and the accompanying materials are made
available under the
# terms of the Eclipse Public License 2.0
which is available at
# http://www.eclipse.org/legal/epl-2.0
.
#
# SPDX-License-Identifier: EPL-2.0
################################################################################
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment