Skip to content

Commit ae7e378

Browse files
committed
fix robodojo run_ci
1 parent 0507465 commit ae7e378

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ Plots = "1.15"
5454
QDLDL = "0.1"
5555
Quaternions = "0.4"
5656
RigidBodyDynamics = "2.3"
57-
RoboDojo = "0.1.2"
5857
Rotations = "1.0.2 - 1.0.2"
5958
Scratch = "1.0"
6059
StaticArrays = "1.2"
6160
Symbolics = "0.1.29 - 0.1.29"
61+
RoboDojo = "0.1.3 - 0.1.3"
6262
julia = "1.6"

examples/quadruped/flat.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ simulate!(sim, q1_sim, v1_sim);
6666

6767
# ## Visualizer
6868
vis = ContactImplicitMPC.Visualizer()
69-
ContactImplicitMPC.render(vis);
69+
ContactImplicitMPC.render(vis)
7070

7171
# ## Visualize
7272
anim = visualize_meshrobot!(vis, model, sim.traj, h=h_sim * 5, sample=5);

0 commit comments

Comments
 (0)