Skip to content

Commit

Permalink
Removed unused math import
Browse files Browse the repository at this point in the history
  • Loading branch information
liamgilligan committed Dec 24, 2023
1 parent 8d656d5 commit 580c84d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/seahawk/seahawk_deck/thrust.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
cabrillorobotics@gmail.com
'''
import sys
import math
import rclpy

from rclpy.node import Node
Expand Down

1 comment on commit 580c84d

@liamgilligan
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: Math was initially imported to define the motor_config matrix in a naive setup for testing purposes. However, Isaac Wax provided us with the actual motor positions and orientation (as of 31 Oct 23).

Please sign in to comment.