Skip to content

Commit

Permalink
Updated README and RELEASE-NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Munoz committed Sep 8, 2023
1 parent 43e8704 commit 0647596
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 11 deletions.
4 changes: 2 additions & 2 deletions C++/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DAIDALUS: Detect and Avoid Alerting Logic for Unmanned Systems
---------------------------------------------------------

Release: v2.0.3 (C++), July-1-2022
Release: v2.0.3a (C++), September-8-2023

Copyright: Copyright (c) 2021 United States Government as represented by
the National Aeronautics and Space Administration. No copyright
Expand Down Expand Up @@ -90,4 +90,4 @@ produced by printing the string `daa.toString()` at every time step, where `daa`

### Contact

[Aaron M. Dutle](http://shemesh.larc.nasa.gov/people/amd) (aaron.m.dutle@nasa.gov), NASA Langley Research Center.
[Cesar A. Munoz](http://shemesh.larc.nasa.gov/people/cam) (cesar.a.munoz@nasa.gov), NASA Langley Research Center.
10 changes: 7 additions & 3 deletions C++/RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DAIDALUS: Detect and Avoid Alerting Logic for Unmanned Systems
-----------------------------------------------------
Release: v2.0.3-FormalATM-v2.7.5 (C++), July-1-2022
Contact: Aaron Dutle (aaron.m.dutle@nasa.gov)
Release: v2.0.3-FormalATM-v2.7.5 (C++), September-8-2023
Contact: Cesar Munoz (cesar.a.munoz@nasa.gov)

Copyright: Copyright (c) 2021 United States Government as represented by
the National Aeronautics and Space Administration. No copyright
Expand All @@ -10,8 +10,12 @@ Rights Reserved.

Release DAIDALUS-v2.0.3:
------------------
* July-1-2022
* September-8-2023
- Change to IntegerBands to account for the time between discrete points in the kinematic maneuvers. Should address some 'thread the needle'
scnerios.
- Renamed RecoveryInformation::timeToToRecovery to RecoveryInformation::timeToRecovery.

* July-1-2022
- Added parameter bands_add_time_to_maneuver. By default this
parameter is set to false. When set to true, the time to maneuver is
considerd against alerting time when computing peripheral bands. The latter
Expand Down
4 changes: 2 additions & 2 deletions Java/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DAIDALUS: Detect and Avoid Alerting Logic for Unmanned Systems
---------------------------------------------------------

Release: v2.0.3 (Java), July-1-2022
Release: v2.0.3a (Java), September-8-2023

Copyright: Copyright (c) 2021 United States Government as represented by
the National Aeronautics and Space Administration. No copyright
Expand Down Expand Up @@ -104,4 +104,4 @@ produced by printing the string `daa.toString()` at every time step, where `daa`

### Contact

[Aaron M. Dutle](http://shemesh.larc.nasa.gov/people/amd) (aaron.m.dutle@nasa.gov), NASA Langley Research Center.
[Cesar A. Munoz](http://shemesh.larc.nasa.gov/people/cam) (cesar.a.munoz@nasa.gov), NASA Langley Research Center.
8 changes: 6 additions & 2 deletions Java/RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DAIDALUS: Detect and Avoid Alerting Logic for Unmanned Systems
-----------------------------------------------------
Release: v2.0.3-FormalATM-v2.7.5 (Java), July-1-2022
Contact: Aaron Dutle (aaron.m.dutle@nasa.gov)
Release: v2.0.3-FormalATM-v2.7.5 (Java), September-8-2023
Contact: Cesar Munoz (cesar.a.munoz@nasa.gov)

Copyright: Copyright (c) 2021 United States Government as represented by
the National Aeronautics and Space Administration. No copyright
Expand All @@ -10,6 +10,10 @@ Rights Reserved.

Release DAIDALUS-v2.0.3:
------------------
* September-8-2023
- Change to IntegerBands to account for the time between discrete points in the kinematic maneuvers. Should address some 'thread the needle'
scnerios.

* July-1-2022
- Added parameter bands_add_time_to_maneuver. By default this
parameter is set to false. When set to true, the time to maneuver is
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ To run the example application in a Unix environment, type from the
directory Java (or C++):

```
$ make # To compile (run only once)
$ ./DaidalusExample
```

Expand All @@ -60,7 +61,7 @@ repository, visit https://shemesh.larc.nasa.gov/fm/DAIDALUS.

### Current Release

v2.0.3, July-1-2022
v2.0.3a, September-8-2023

### License

Expand All @@ -69,7 +70,7 @@ Agreement. See the directory [`LICENSES`](LICENSES); see also the copyright not

### Contact

[Aaron M. Dutle](http://shemesh.larc.nasa.gov/people/amd) (aaron.m.dutle@nasa.gov), NASA Langley Research Center.
[Cesar A. Munoz](http://shemesh.larc.nasa.gov/people/cam) (cesar.a.munoz@nasa.gov), NASA Langley Research Center.

### Logo

Expand Down

0 comments on commit 0647596

Please sign in to comment.