Skip to content

Commit

Permalink
Modify SequenceTelescopicArm.cs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogoson committed Jul 6, 2018
1 parent 66c0113 commit 6d63899
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class SequenceTelescopicArm : TelescopicArmMechanism
/// Drive arm by velocity.
/// </summary>
/// <param name="velocity">Velocity of drive.</param>
/// <param name="type">Invalid parameter (SequenceTelescopicArm can only drived by linear velocity).</param>
/// <param name="type">Type of drive.</param>
public override void Drive(float velocity, DriveType type = DriveType.Ignore)
{
var currentJoint = joints[jointIndex];
Expand Down

0 comments on commit 6d63899

Please sign in to comment.