Skip to content
Snippets Groups Projects
Commit 5f119811 authored by Matthias Stefan Bodenbenner's avatar Matthias Stefan Bodenbenner
Browse files

updated requirements and fixed lasertracker model

parent 2595bf73
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ variable Azimuth defines <quantitykind:Angle> {
datatype: float
dimension: []
unit: <unit:RAD>
range: (0, 3.14)
range: (-5.59, 5.59) # ~ (-320, 320) degrees
}
variable Elevation defines <quantitykind:Angle> {
......@@ -18,7 +18,7 @@ variable Elevation defines <quantitykind:Angle> {
datatype: float
dimension: []
unit: <unit:RAD>
range: (0, 3.14)
range: (-1.03, 1.38) # ~ (-59, 79) degrees
}
variable Distance defines <quantitykind:Distance> {
......
numpy==1.26.4
requests== 2.31.0
toml==0.10.2
wzl-udi==10.0.5
wzl-udi==10.0.6
......@@ -2,7 +2,7 @@ numpy==1.26.4
requests== 2.31.0
toml==0.10.2
tqdm==4.65.0
wzl-udi==10.0.5
wzl-udi==10.0.6
kaleido==0.2.1
plotly==5.19.0
pandas== 2.2.1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment