Skip to content

Commit

Permalink
white space
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushKulk committed Jun 21, 2024
1 parent 8d6414b commit 1a360d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ void setJointMotorPower(robot::types::jointid_t joint, double power) {
setJointPowerValue(joint, power);
kinematics::jointpos_t jointPwr(getJointPowerValue(jointid_t::wristPitch),
getJointPowerValue(jointid_t::wristRoll));
kinematics::gearpos_t gearPwr = diffWristKinematics.jointPowerToGearPower(jointPwr);
kinematics::gearpos_t gearPwr = diffWristKinematics.jointPowerToGearPower(jointPwr);
} else {
LOG_F(WARNING, "setJointPower called for currently unsupported joint %s",
util::to_string(joint).c_str());
Expand Down

0 comments on commit 1a360d4

Please sign in to comment.