Motion control for domes added
ClosedPublic

Authored by wreissenberger on Jul 2 2019, 8:24 PM.

Details

Summary

Controls added for dome motion:

  • absolute motion
  • relative motion
  • slaving
  • aborting motion

Diff Detail

Repository
R321 KStars
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
wreissenberger created this revision.Jul 2 2019, 8:24 PM
Restricted Application added a project: KDE Edu. · View Herald TranscriptJul 2 2019, 8:24 PM
Restricted Application added a subscriber: kde-edu. · View Herald Transcript
wreissenberger requested review of this revision.Jul 2 2019, 8:24 PM
mutlaqja requested changes to this revision.Jul 2 2019, 8:37 PM

Great work, the observatory module is shaping up nicely!

kstars/ekos/auxiliary/dome.h
76

Better use Q_PROPERTY as well like canAbsoluteMove and then expose over DBus in the org.kde.kstars.Ekos.Dome.xml file

kstars/ekos/observatory/observatory.cpp
425

Maybe QString::number(position, 'f', 2) ?

This revision now requires changes to proceed.Jul 2 2019, 8:37 PM
  • canRelativeMove added as D-Bus property
  • String formatting improved
wreissenberger marked 2 inline comments as done.Jul 2 2019, 9:12 PM

Hope it's like you meant.

mutlaqja accepted this revision.Jul 3 2019, 3:57 AM
This revision is now accepted and ready to land.Jul 3 2019, 3:57 AM
This revision was automatically updated to reflect the committed changes.