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

fixed SOIL model of lasertracker

parent fc0f05cb
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ measurement Position { ...@@ -19,7 +19,7 @@ measurement Position {
description: "Most recently dispatched measured position." description: "Most recently dispatched measured position."
datatype: float datatype: float
dimension: [3] dimension: [3]
range: (-40, 40) range: (-100, 100)
unit: METRE unit: METRE
} }
......
...@@ -23,7 +23,7 @@ measurement Position defines <quantitykind:CartesianCoordinates> { ...@@ -23,7 +23,7 @@ measurement Position defines <quantitykind:CartesianCoordinates> {
description: "Most recently dispatched measured position." description: "Most recently dispatched measured position."
datatype: float datatype: float
dimension: [3] dimension: [3]
range: (0, 80) range: (-100, 100)
unit: <unit:M> unit: <unit:M>
} }
......
...@@ -12,7 +12,7 @@ AZIMUTH_MAX = utils.radian(320) ...@@ -12,7 +12,7 @@ AZIMUTH_MAX = utils.radian(320)
ELEVATION_MIN = utils.radian(-59) ELEVATION_MIN = utils.radian(-59)
ELEVATION_MAX = utils.radian(79) ELEVATION_MAX = utils.radian(79)
DISTANCE_MIN = 0 DISTANCE_MIN = 0
DISTANCE_MAX = 60 DISTANCE_MAX = 80
class CriticalLaserTrackerError(Exception): class CriticalLaserTrackerError(Exception):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment