Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rotator controller: improve tracking with flips(go smooth near zenith). #140

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bychek
Copy link
Contributor

@bychek bychek commented Jul 14, 2018

Rotators with 180+ degrees of elevation are capable to go near/through zenith smoothly, without large azimuth rotations. It's useful to keep antenna direction in tolerance limits.

One example to test is FO-29 pass over Moscow/Vnukovo at 18-06-07T17:03+03. I use "rotctld -m 1 --set-conf=min_az=0,max_az=360,max_el=180 -vvvvvv".

Central angle logic(first commit) is needed to implement smooth zenith flip. I'm not sure it makes sense to use the first commit alone. It's also an option to use central_angle() only for rotators with flip support, I'm not sure which way is better.

I'm also thinking about futher improvements in set_flipped_pass()/is_flipped_pass():

  1. If next pass doesn't go through the end stop we are free to use flip to minimize rotator movement and time to catch next satellite.
  2. If I'm right it's possible to simplify/refactor is_flipped_pass() using new shortest_azimuth_path()/stoppos_bypass_angle() functions.

@csete
Copy link
Owner

csete commented Jul 15, 2018

Hi @bychek

Thanks for the patch. I am very busy at the moment, so it may take a while before I can review your patches. My original plan was to work on gpredict again around September/October and I don't think I will have much time before that, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants