Skip to content

Commit

Permalink
Merge branch 'development' into release/-1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshg committed Feb 24, 2020
2 parents 875b9ad + 48ee318 commit ff86a3b
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 ff86a3b

Please sign in to comment.