Skip to content

close #5 課題提出(根木原滉)#10

Open
Negimarge wants to merge 1 commit intoKatLab-MiyazakiUniv:mainfrom
Negimarge:ticket-5
Open

close #5 課題提出(根木原滉)#10
Negimarge wants to merge 1 commit intoKatLab-MiyazakiUniv:mainfrom
Negimarge:ticket-5

Conversation

@Negimarge
Copy link
Copy Markdown

変更点

  • PidGain.cppを追加した
  • PidGain.hを追加した

Copy link
Copy Markdown

@aridome111 aridome111 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

とりあえず途中まで見た

double kd;

PidGain(double _kp, double _ki, double _kd);
void setPidGain(double _kp = 0.6, double _ki = 0.08, double _kd = 0.04);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
void setPidGain(double _kp = 0.6, double _ki = 0.08, double _kd = 0.04);
void setPidGain(double _kp = 0.6, double _ki = 0.01, double _kd = 0.04);

パラメータ変更よろ

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.

2 participants