Skip to content

Commit

Permalink
feat: using simulation_nodes module for semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
simojo committed Mar 8, 2024
1 parent 815e848 commit 629fae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clover_train/scripts/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ def navigate_wait(
def episode_init_and_grab_state() -> State:
"""Reset the drone's position and return the new state."""
# kill simulation
util.kill_clover_simulation()
simulation_nodes.kill_clover_simulation()
# make sure all gazebo nodes have shut down
import rosnode

Expand Down

0 comments on commit 629fae1

Please sign in to comment.