Skip to content

Commit

Permalink
make sim run faster
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinsunyixiao committed Jan 10, 2024
1 parent bdd8a38 commit dfb7af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ff_sim/ff_sim/simulator_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def __init__(self):
p_sim = self.declare_parameters(
"",
[
("sim_dt", 0.01), # update period in [s]
("sim_dt", 0.001), # update period in [s]
("discretization", "Euler"), # discretization scheme from {"Euler", "RungeKutta"}
("x_0", [0.6, 2.0, 0.0, 0.0, 0.0, 0.0]), # initial state
("B_sim_contacts", True), # if True, simulates contacts
Expand Down

0 comments on commit dfb7af4

Please sign in to comment.