Skip to content

Commit

Permalink
Update import statement for SimulatorConfig in simulator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ll7 committed Feb 13, 2024
1 parent 279bbc7 commit cae56e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot_sf/sim/simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from pysocialforce import Simulator as PySFSimulator
from pysocialforce.simulator import make_forces as pysf_make_forces
from pysocialforce.utils import SimulatorConfig as PySFSimConfig
from pysocialforce.config import SimulatorConfig as PySFSimConfig
from pysocialforce.forces import Force as PySFForce, ObstacleForce

from robot_sf.sim_config import SimulationSettings
Expand Down

0 comments on commit cae56e3

Please sign in to comment.