Skip to content

Commit 9ea5526

Browse files
remove comments
1 parent e127053 commit 9ea5526

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

crisp_gym/envs/manipulator_env.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ def _flip_rotation_vector_if_needed(
177177
"""
178178
if previous_rotation_vector is not None:
179179
rotation_vector = cartesian_pose[3:]
180-
# if _point_in_opposite_direction(previous_rotation_vector, rotation_vector):
181-
# cartesian_pose[3:] = -rotation_vector
182180
if np.dot(previous_rotation_vector, rotation_vector) < 0:
183181
cartesian_pose[3:] = -rotation_vector
184182
else:

0 commit comments

Comments
 (0)