Skip to content

Commit

Permalink
ups
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas committed Apr 17, 2024
1 parent f2d789e commit ec5bc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ros1/test_topic.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def receive_message(message):
context["wait"].set()

def start_sending():
for _ in range(3):
for i in range(3):
msg = dict(header=Header(seq=i, tamp=Time.now(), frame_id="base"), point=dict(x=0.0, y=1.0, z=2.0))
publisher.publish(Message(msg))
time.sleep(0.1)
Expand Down

0 comments on commit ec5bc6e

Please sign in to comment.