Skip to content

Commit 9ff443a

Browse files
committed
Minor improvement of Youbot robot example
1 parent ad16ddd commit 9ff443a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/collisions/Simulate_YouBot.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,14 @@ const gearRatio5 = 71.0
5050
const J5 = effectiveInertia(motorInertia5, gearRatio5)
5151

5252

53+
#=
5354
println("")
5455
println("J1 = $J1, gearRatio1 = $gearRatio1")
5556
println("J2 = $J2, gearRatio2 = $gearRatio2")
5657
println("J3 = $J3, gearRatio3 = $gearRatio3")
5758
println("J4 = $J4, gearRatio4 = $gearRatio4")
5859
println("J5 = $J5, gearRatio5 = $gearRatio5\n")
60+
=#
5961

6062

6163
# Damper

0 commit comments

Comments
 (0)