Skip to content

Commit

Permalink
Fix case in import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
heuristicus authored Oct 24, 2023
1 parent 26a6ead commit a76ded4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spot_cam/src/spot_cam/spot_cam_ros.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
from std_msgs.msg import Float32MultiArray, Float32
from std_srvs.srv import Trigger

from spot_driver.ros_helpers import getSystemFaults
from spot_driver.ros_helpers import GetSystemFaults


class ROSHandler:
Expand Down

0 comments on commit a76ded4

Please sign in to comment.