We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6781439 commit a328bdcCopy full SHA for a328bdc
1 file changed
src/bitbots_motion/bitbots_dynup/src/dynup_ik.cpp
@@ -64,7 +64,7 @@ bitbots_splines::JointGoals DynupIK::calculate(const DynupResponse& ik_goals) {
64
tf2::toMsg(ik_goals.r_hand_goal_pose, right_hand_goal_msg);
65
tf2::toMsg(ik_goals.l_hand_goal_pose, left_hand_goal_msg);
66
67
- bool success;
+ bool success = true;
68
goal_state_->updateLinkTransforms();
69
70
// Kann man den einfach löschen? Scheint ja nciht so benutzt zu werden
0 commit comments