Skip to content
Snippets Groups Projects
Commit 275908d7 authored by Matthew Hansen's avatar Matthew Hansen Committed by Carl Delsey
Browse files

Wait for AMCL node active before set initial pose

parent d5de9267
No related branches found
No related tags found
No related merge requests found
......@@ -157,6 +157,7 @@ def test_all(test_robot):
# set transforms to use_sim_time
result = True
if (result):
test_robot.wait_for_node_active('amcl')
result = test_InitialPose(test_robot, 10)
if (result):
test_robot.setSimTime() # needed for nodes to become active
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment