Skip to content

Commit ffa61bf

Browse files
Code review: fix comment
Signed-off-by: Jan Hanca <[email protected]>
1 parent 93d08e4 commit ffa61bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warehouse_simulation_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ def main():
473473
set_entity_state(node, SET_ENTITY_STATE_SERVICE, format_entity_name(f"red_cube_5", RENAME_ENTITY), pose)
474474
time.sleep(1.5)
475475

476-
# 2.2 Step simulation
476+
# 2.3 Step simulation
477477
logging.info("2.3 Stepping the simulation")
478478
for _ in range(15):
479479
step_simulation(node, STEP_SIMULATION_SERVICE, 2)

0 commit comments

Comments
 (0)