Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailChaikovskii committed Oct 16, 2023
1 parent 6970e36 commit 9a643bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rostok/criterion/simulation_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def event_check(self, current_time: float, step_n: int, robot_data: Sensor, env_


class EventStopExternalForce(SimulationSingleEvent):

"""Event that controls external force and stops simulation after reference time has passed."""
def __init__(self, grasp_event: EventGrasp, force_test_time: float):
super().__init__()
self.grasp_event = grasp_event
Expand Down

0 comments on commit 9a643bb

Please sign in to comment.