Added python debugger and added hw1 enviroment
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ MoveControl::MoveControl() {
|
||||
PID_LEFT_P, PID_LEFT_I, PID_LEFT_D,
|
||||
DIRECT);
|
||||
this->right_pid = new PID( &this->wheelspeed_right,
|
||||
&this->left_pid_out,
|
||||
&this->right_pid_out,
|
||||
&this->wheelspeed_right_target,
|
||||
PID_RIGHT_P, PID_RIGHT_I, PID_RIGHT_D,
|
||||
DIRECT);
|
||||
|
||||
Reference in New Issue
Block a user