Skip to content

Commit e066992

Browse files
Merge pull request #88 from ModiaSim/otter_development
- Remove PathPlanning struct und functions (and instead use the funct…
2 parents 509fdfc + 41dae7f commit e066992

File tree

6 files changed

+24
-458
lines changed

6 files changed

+24
-458
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Modia3D"
22
uuid = "07f2c1e0-90b0-56cf-bda7-b44b56e34eed"
33
authors = ["Andrea Neumayr <[email protected]>", "Martin Otter <[email protected]>", "Gerhard Hippmann <[email protected]>"]
4-
version = "0.7.0"
4+
version = "0.7.1-dev"
55

66
[deps]
77
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
@@ -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)