Skip to content

Commit

Permalink
Add expected output to Trey's planner.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoltin committed Jan 26, 2024
1 parent 93eed3c commit 8ccef7d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,7 @@ def survey_planner(domain_path: pathlib.Path, problem_path: pathlib.Path):
exec_state = ExecState(sim_state=sim_state, robot_exec_states=robot_exec_states)

exec_state.run()
print("; Solution Found")
print(format_trace(exec_state.sim_state.trace))


Expand Down

0 comments on commit 8ccef7d

Please sign in to comment.