Skip to content

Commit ef2fc0b

Browse files
committed
cleaning
1 parent 2053b07 commit ef2fc0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

quadruped_pympc/interfaces/wb_interface.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,8 +535,6 @@ def compute_stance_and_swing_torque(
535535
qpos_predicted = copy.deepcopy(qpos)
536536
# TODO use predicted rotation too
537537
# qpos_predicted[0:3] = nmpc_predicted_state[0:3]
538-
# TODO make the ik explicit and not numerical
539-
#temp = self.ik.fun_compute_solution(
540538
temp = self.ik.compute_solution(
541539
qpos_predicted, des_foot_pos.FL, des_foot_pos.FR, des_foot_pos.RL, des_foot_pos.RR
542540
)

0 commit comments

Comments
 (0)