Skip to content

Commit

Permalink
Modify function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
liyixin135 committed Jul 26, 2024
1 parent 7dd4a00 commit df3310f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rm_common/include/rm_common/decision/command_sender.h
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ class GimbalCommandSender : public TimeStampCommandSenderBase<rm_msgs::GimbalCmd
msg_.rate_pitch *= eject_sensitivity_;
}
}
void setYawAndPitchTraj(double traj_yaw, double traj_pitch)
void setGimbalTraj(double traj_yaw, double traj_pitch)
{
msg_.traj_yaw = traj_yaw;
msg_.traj_pitch = traj_pitch;
Expand Down

0 comments on commit df3310f

Please sign in to comment.