Skip to content

Commit

Permalink
[Gimbalrotor] fixed joint_state bag
Browse files Browse the repository at this point in the history
  • Loading branch information
sugihara-16 committed Nov 22, 2023
1 parent 97a27f3 commit 4aec9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robots/gimbalrotor/src/control/gimbalrotor_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ namespace aerial_robot_control

bool GimbalrotorController::update()
{
// sendGimbalCommand();
sendGimbalCommand();
if(gimbal_calc_in_fc_){
std_msgs::UInt8 msg;
msg.data = gimbal_dof_;
Expand Down

0 comments on commit 4aec9bd

Please sign in to comment.