Skip to content

Commit

Permalink
Force fail?
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvluu authored Nov 19, 2023
1 parent bdec91d commit ab2abe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb_ws/src/buggy/scripts/visualization/telematics.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def convert_odometry_to_navsatfix(self, msg):
new_msg.header = msg.header
new_msg.latitude = lat
new_msg.longitude = long
new_msg.altitude = down
new_msg.altitude = down
self.odom_publisher.publish(new_msg)

def convert_navsatfix_to_pose_covariance(self, msg, publishers):
Expand Down

0 comments on commit ab2abe4

Please sign in to comment.