Skip to content

Commit

Permalink
Modify param name in msg.
Browse files Browse the repository at this point in the history
  • Loading branch information
liyixin135 committed Jul 19, 2024
1 parent a5db247 commit a74897e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rm_gimbal_controllers/src/gimbal_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ void Controller::traj(const ros::Time& time)
state_changed_ = false;
ROS_INFO("[Gimbal] Enter TRAJ");
}
setDes(time, cmd_gimbal_.yaw_des, cmd_gimbal_.pitch_des);
setDes(time, cmd_gimbal_.traj_yaw, cmd_gimbal_.traj_pitch);
}

bool Controller::setDesIntoLimit(double& real_des, double current_des, double base2gimbal_current_des,
Expand Down

0 comments on commit a74897e

Please sign in to comment.