Skip to content

Commit

Permalink
Update gimbal.cpp
Browse files Browse the repository at this point in the history
HotFix: Update fric_speed
  • Loading branch information
charmyoung authored Mar 25, 2019
1 parent 2f61a35 commit 75ced11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roborts_base/gimbal/gimbal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ bool Gimbal::CtrlFricWheelService(roborts_msgs::FricWhl::Request &req,
roborts_msgs::FricWhl::Response &res){
roborts_sdk::cmd_fric_wheel_speed fric_speed;
if(req.open){
fric_speed.left = 1200;
fric_speed.right = 1200;
fric_speed.left = 1220;
fric_speed.right = 1220;
} else{
fric_speed.left = 1000;
fric_speed.right = 1000;
Expand Down Expand Up @@ -172,4 +172,4 @@ bool Gimbal::CtrlShootService(roborts_msgs::ShootCmd::Request &req,
res.received = true;
return true;
}
}
}

0 comments on commit 75ced11

Please sign in to comment.