Skip to content

Commit

Permalink
[Gimbalrotor] trivial debug in controller
Browse files Browse the repository at this point in the history
  • Loading branch information
sugihara-16 committed Dec 10, 2023
1 parent 04cdd37 commit db08f34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions robots/gimbalrotor/src/control/gimbalrotor_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ namespace aerial_robot_control
rpy_gain_msg.motors.at(0).yaw_d = pid_controllers_.at(YAW).getDGain() * 1000;
rpy_gain_pub_.publish(rpy_gain_msg);
}
}
} //namespace aerial_robot_controller


Expand Down

0 comments on commit db08f34

Please sign in to comment.