Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
b-Tomas committed Nov 11, 2024
1 parent 8af2b06 commit e83aab0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def run_loop_once():
run_loop_once()

assert connector._robot_session.publish_pose.call_args == call(
9.52050495147705, 7.156267166137695, 1.8204675458317707, None
9.52050495147705, 7.156267166137695, 1.8204675458317707, "map"
)
assert connector._robot_session.publish_odometry.call_args == call(
linear_speed=1.1, angular_speed=math.pi
Expand Down

0 comments on commit e83aab0

Please sign in to comment.