Skip to content

Commit

Permalink
Merge pull request #88 from ModiaSim/otter_development
Browse files Browse the repository at this point in the history
- Remove PathPlanning struct und functions (and instead use the funct…
  • Loading branch information
GerhardHippmann authored Feb 4, 2022
2 parents 509fdfc + 41dae7f commit e066992
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 458 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Modia3D"
uuid = "07f2c1e0-90b0-56cf-bda7-b44b56e34eed"
authors = ["Andrea Neumayr <[email protected]>", "Martin Otter <[email protected]>", "Gerhard Hippmann <[email protected]>"]
version = "0.7.0"
version = "0.7.1-dev"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand Down Expand Up @@ -32,7 +32,7 @@ FileIO = "1"
JSON = "0.21"
Measurements = "2"
MeshIO = "0.4.10"
ModiaLang = "0.9"
ModiaLang = "0.9.1"
MonteCarloMeasurements = "1, 0.10"
OrderedCollections = "1"
Reexport = "1.0, 0.2"
Expand Down
5 changes: 5 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ Download and install the free DLR SimVis Community Edition, e.g. with [https://v

## Release Notes

### Version 0.7.1

- Remove PathPlanning struct und functions (and instead use the functionality from ModiaLang 0.9.1).
- Reactivate test model test/old/Test_PathPlanning.jl

### Version 0.7.0
- Modia3D is updated and restricted to Julia 1.7
- cyclic dependencies with Modia package are removed
Expand Down
3 changes: 0 additions & 3 deletions src/PathPlanning/_module.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ Andrea Neumayr and Martin Otter, [DLR - Institute of System Dynamics and Control
"""
module PathPlanning

export PTP_path, pathEndTime, getPosition!, getPosition, getIndex, plotPath


export ptpJointSpace!

export getPathComponent
Expand Down
Loading

0 comments on commit e066992

Please sign in to comment.