Skip to content

Commit

Permalink
ext_state shape no longer being printed out, super minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Yesh Godse committed Feb 24, 2020
1 parent 585d1fa commit 48ee318
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cassie/cassie.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,6 @@ def get_full_state(self):
# OTHER TRAJECTORY
else:
ext_state = np.concatenate([ref_pos[self.pos_index], ref_vel[self.vel_index]])
print(ext_state.shape)

# Use state estimator
robot_state = np.concatenate([
Expand Down

0 comments on commit 48ee318

Please sign in to comment.