×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Working on PHD2 support

  • Posts: 2877
  • Thank you received: 812
I just added a new feature to the guide module. The drift plot. By the way, even though this is running with PHD2, it works with the internal guider as well.

The following user(s) said Thank You: Jasem Mutlaq, nMAC, Jarno Paananen, Greg, Stephen, Tarun
6 years 4 months ago #21668
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 333
  • Thank you received: 24

Replied by Stephen on topic Re:Working on PHD2 support

WOW! Thank you Rob.

If only my mount works tonight. It is back from warranty work, and well... twice last night it went off into la-la-land. Hopefully tonight it will work and I can get to use this.

Cheers!
6 years 4 months ago #21669

Please Log in or Create an account to join the conversation.

  • Posts: 2877
  • Thank you received: 812
Note the change is not pushed to GIT yet, but it should be within a short time. Do you pull your KStars version from the GIT repository, do you get it from the PPA, or do you use a Mac or Windows DMG/Installer? It will take longer to get it to the PPA than GIT, and the Mac/Windows installers will probably not be updated for a day or two.
6 years 4 months ago #21671

Please Log in or Create an account to join the conversation.

  • Posts: 2877
  • Thank you received: 812
The Mac dmg on the website is now the latest version. It includes the added phd2 support and the drift plot in guiding
6 years 4 months ago #21677

Please Log in or Create an account to join the conversation.

  • Posts: 2877
  • Thank you received: 812
So after I have done quite a bit of work in the last couple of weeks, I think the enhanced phd2 support and improved guiding graphics are now finished. They are now on the latest git on GitHub, but the PPA, the Mac DMG, and the windows version will be a few more days away. If anybody who is building from source could test the changes I have been making to PHD2, I would appreciate it.

Thanks!
The following user(s) said Thank You: Gonzothegreat, Teseo, Jarno Paananen, Andrew, Jim
Last edit: 6 years 3 months ago by Rob Lancaster.
6 years 3 months ago #22100

Please Log in or Create an account to join the conversation.

  • Posts: 224
  • Thank you received: 14

Replied by Teseo on topic Re:Working on PHD2 support

Thanks for your work, i search to compile only receive this error:
...
/opt/Astronomia/indi_ekos_build/Projects/kstars/kstars/auxiliary/nonlineardoublespinbox.cpp: In constructor ‘NonLinearDoubleSpinBox::NonLinearDoubleSpinBox(QWidget*)’:
/opt/Astronomia/indi_ekos_build/Projects/kstars/kstars/auxiliary/nonlineardoublespinbox.cpp:19:19: error: ‘QOverload’ was not declared in this scope
connect(this, QOverload<double>::of(&QDoubleSpinBox::valueChanged),[=](double d){ _idx = _values.indexOf(
^
/opt/Astronomia/indi_ekos_build/Projects/kstars/kstars/auxiliary/nonlineardoublespinbox.cpp:19:29: error: expected primary-expression before ‘double’
connect(this, QOverload<double>::of(&QDoubleSpinBox::valueChanged),[=](double d){ _idx = _values.indexOf(
^
kstars/CMakeFiles/KStarsLib.dir/build.make:5353: set di istruzioni per l'obiettivo "kstars/CMakeFiles/KStarsLib.dir/auxiliary/nonlineardoublespinbox.cpp.o" non riuscito
make[2]: *** [kstars/CMakeFiles/KStarsLib.dir/auxiliary/nonlineardoublespinbox.cpp.o] Errore 1
make[2]: *** Attesa per i processi non terminati....
CMakeFiles/Makefile2:335: set di istruzioni per l'obiettivo "kstars/CMakeFiles/KStarsLib.dir/all" non riuscito
make[1]: *** [kstars/CMakeFiles/KStarsLib.dir/all] Errore 2
Makefile:138: set di istruzioni per l'obiettivo "all" non riuscito
...
6 years 3 months ago #22103

Please Log in or Create an account to join the conversation.

  • Posts: 474
  • Thank you received: 168
This seems to be a Qt version issue, on my x64 Ubuntu 17.10 with Qt 5.9.1 it compiles, but on Raspberry Pi Ubuntu 16.04 with Qt 5.5.1 I get this same error.
The following user(s) said Thank You: Teseo
6 years 3 months ago #22118

Please Log in or Create an account to join the conversation.

  • Posts: 2877
  • Thank you received: 812
More than likely it is a compiler specific issue with the way the method was declared. I can ask Jasem what needs to be changed.
6 years 3 months ago #22119

Please Log in or Create an account to join the conversation.

  • Posts: 2877
  • Thank you received: 812
No jpaana is correct. I just googled it. It does appear to be a QT version issue. Maybe we can change the code slightly and make it work with older qt versions.
6 years 3 months ago #22120

Please Log in or Create an account to join the conversation.

Can you pull and try again?
The following user(s) said Thank You: Teseo
6 years 3 months ago #22127

Please Log in or Create an account to join the conversation.

  • Posts: 474
  • Thank you received: 168
Compiles now on both my systems, thanks!
6 years 3 months ago #22132

Please Log in or Create an account to join the conversation.

  • Posts: 2877
  • Thank you received: 812
Awesome! Now you can test the PHD2 stuff. . . ;-)
6 years 3 months ago #22133

Please Log in or Create an account to join the conversation.

Time to create page: 0.767 seconds