Skip to content
Snippets Groups Projects
pid_lunar_TODO_1.py 137 B
Newer Older
  • Learn to ignore specific revisions
  • tuhe's avatar
    tuhe committed
            alt_adj = self.pid_alt.pi( -(np.abs(x[0])- x[1]) ) 
            ang_adj = self.pid_ang.pi( -((.25 * np.pi) * (x[0] + x[2]) - x[4]) )