Skip to content

Commit

Permalink
54325
Browse files Browse the repository at this point in the history
  • Loading branch information
ZharkovKirill committed Aug 9, 2024
1 parent b967b51 commit 6c791f5
Show file tree
Hide file tree
Showing 9 changed files with 7,917 additions and 78 deletions.
Binary file added Kanye-West-PNG-Image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
880 changes: 880 additions & 0 deletions tests_jupyter/Bump.obj

Large diffs are not rendered by default.

Binary file added tests_jupyter/Kanye-West-PNG-Image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6,496 changes: 6,496 additions & 0 deletions tests_jupyter/TRACKMANIA.obj

Large diffs are not rendered by default.

Binary file added tests_jupyter/chess.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests_jupyter/wheels.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def create_rules():
equilibrium_position=0), stiffness))

no_control_joint.append(RevolveJointBlueprint(JointInputType.UNCONTROL,
stiffness=80,
stiffness=30,
damping=0.08,
equilibrium_position=0))

Expand Down
140 changes: 65 additions & 75 deletions tests_jupyter/wheels_ruleset.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tests_jupyter/wheels_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def create_track():
return floor


floor = create_bump_track()
floor = create_track()

scenario = WalkingScenario(0.001, 10000, SimpleKeyBoardController)
scenario.set_floor(floor)
Expand All @@ -50,5 +50,5 @@ def create_track():



scenario.run_simulation(graph, parameters, starting_positions=[[-90,90,0], [90,-90,0], [-90,90,0], [90,-90,0]], vis = True, delay=True, is_follow_camera = True)
scenario.run_simulation(graph, parameters, starting_positions=[[-60,60,0], [60,-60,0], [-60,60,0], [60,-60,0]], vis = True, delay=True, is_follow_camera = True)

473 changes: 473 additions & 0 deletions wheels_ruleset.ipynb

Large diffs are not rendered by default.

0 comments on commit 6c791f5

Please sign in to comment.