Skip to content

Commit

Permalink
omg
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas committed Apr 17, 2024
1 parent ec5bc6e commit cb7e634
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 @@ -69,7 +69,7 @@ def receive_message(message):

def start_sending():
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))
msg = dict(header=Header(seq=i, stamp=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 cb7e634

Please sign in to comment.