Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ts_main_telescope
-
Labels:
-
Story Points:2
-
Sprint:TSSW Sprint - Apr 13 - Apr 27
-
Team:Telescope and Site
Description
ts_rotator's mock controller uses a point to point actuator to model the rotator. That is not a very good fit (though tolerable given the frequency of tracking updates).
ts_simactuators includes TrackingActuator which is a much better model. Switch to that.
In addition to switching to a tracking actuator, I also made the following changes:
Pull request: https://github.com/lsst-ts/ts_rotator/pull/10