We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad16ddd commit 9ff443aCopy full SHA for 9ff443a
examples/collisions/Simulate_YouBot.jl
@@ -50,12 +50,14 @@ const gearRatio5 = 71.0
50
const J5 = effectiveInertia(motorInertia5, gearRatio5)
51
52
53
+#=
54
println("")
55
println("J1 = $J1, gearRatio1 = $gearRatio1")
56
println("J2 = $J2, gearRatio2 = $gearRatio2")
57
println("J3 = $J3, gearRatio3 = $gearRatio3")
58
println("J4 = $J4, gearRatio4 = $gearRatio4")
59
println("J5 = $J5, gearRatio5 = $gearRatio5\n")
60
+=#
61
62
63
# Damper
0 commit comments