Skip to content

Commit

Permalink
Removed debugging print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
liamgilligan committed Dec 24, 2023
1 parent 61c1f87 commit 8d656d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/seahawk/seahawk_deck/thrust.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ def _callback(self, twist_msg):
motor_msg.data[6] = motor_efforts[6]
motor_msg.data[7] = motor_efforts[7]

print(np.matmul(self.motor_config, motor_efforts))

self.motor_pub.publish(motor_msg)


Expand Down

0 comments on commit 8d656d5

Please sign in to comment.