Skip to content

Commit b041b10

Browse files
committed
- Remove PathPlanning struct und functions (and instead use the functionality from ModiaLang 0.9.1).
- Reactivate test model test/old/Test_PathPlanning.jl
1 parent 509fdfc commit b041b10

File tree

6 files changed

+23
-457
lines changed

6 files changed

+23
-457
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ FileIO = "1"
3232
JSON = "0.21"
3333
Measurements = "2"
3434
MeshIO = "0.4.10"
35-
ModiaLang = "0.9"
35+
ModiaLang = "0.9.1"
3636
MonteCarloMeasurements = "1, 0.10"
3737
OrderedCollections = "1"
3838
Reexport = "1.0, 0.2"

docs/src/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ Download and install the free DLR SimVis Community Edition, e.g. with [https://v
4848

4949
## Release Notes
5050

51+
### Version 0.7.1
52+
53+
- Remove PathPlanning struct und functions (and instead use the functionality from ModiaLang 0.9.1).
54+
- Reactivate test model test/old/Test_PathPlanning.jl
55+
5156
### Version 0.7.0
5257
- Modia3D is updated and restricted to Julia 1.7
5358
- cyclic dependencies with Modia package are removed

src/PathPlanning/_module.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ Andrea Neumayr and Martin Otter, [DLR - Institute of System Dynamics and Control
1313
"""
1414
module PathPlanning
1515

16-
export PTP_path, pathEndTime, getPosition!, getPosition, getIndex, plotPath
17-
18-
1916
export ptpJointSpace!
2017

2118
export getPathComponent

0 commit comments

Comments
 (0)