Skip to content

Commit

Permalink
Corrected example model of RoboGen robot 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Jelisavcic committed Mar 17, 2019
1 parent da54d53 commit d43047d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrevolve/build/sdf/motor.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def __init__(
joint=joint,
motor_type=motor_type,
x=x,
y=x
y=y
)
self.pid = PID() if pid is None else pid

Expand Down

0 comments on commit d43047d

Please sign in to comment.