Skip to content

Commit

Permalink
Test that linearized PD control now converges from a wider range of i…
Browse files Browse the repository at this point in the history
…nitial conditions.
  • Loading branch information
tkoolen committed Sep 4, 2018
1 parent 5f6a36a commit b6c387e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_pd_control.jl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
xdes = rand(Transform3D{Float64}, bodyframe, baseframe)
Tdes = rand(Twist{Float64}, bodyframe, baseframe, bodyframe)

ϵ = 1e-4
ϵ = 1e-2
x = xdes * Transform3D(bodyframe, bodyframe, AngleAxis(ϵ, randn(), randn(), randn()), ϵ * randn(SVector{3}))
T = rand(Twist{Float64}, bodyframe, baseframe, bodyframe)

Expand Down

0 comments on commit b6c387e

Please sign in to comment.