Skip to content

Commit 1de6fe1

Browse files
author
Yumeka Nagano
committed
[#325] Edit documetation for target uncertainty example
1 parent a346f6b commit 1de6fe1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

docs/source/release_notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Development - |version|
1414
* Allow for the Vizard output path to be specified as a .bin file instead of just a directory.
1515
* Use Vizard 2.3.1 locations for visualization; results in significantly smaller output
1616
files.
17+
* Add an example script demonstrating target location uncertainty modeling with uncertainty growth over time: `Target Location Uncertainty <examples/target_location_uncertainty.ipynb>`_ example.
1718
* Allow for a simpler Earth model to be used in Vizard by setting ``use_simple_earth=True``
1819
in the Vizard settings dictionary. This is helpful for when visualizing may Earth-fixed
1920
targets.

examples/_default.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Earth Observation
2121
cloud_environment
2222
cloud_environment_with_reimaging
2323
aeos
24+
target_location_uncertainty
2425

2526
RSO Inspection
2627
~~~~~~~~~~~~~~

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
requires-python = ">=3.10.0"
1515
license = { text = "MIT" }
1616
dependencies = [
17-
"bsk>=2.8.9",
17+
"bsk @ git+https://github.com/AVSLab/basilisk.git@develop",
1818
"Deprecated",
1919
"gymnasium",
2020
"numpy",

0 commit comments

Comments
 (0)