Skip to content

Commit

Permalink
Set profile slot 1 to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Mar 9, 2019
1 parent 7df7dbe commit 8aba5fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static BufferedTrajectoryPointStream createTrajectory(double[][] profile,
point.auxiliaryPos = 0;
point.auxiliaryVel = 0;
point.profileSlotSelect0 = 0;
point.profileSlotSelect1 = 1;
point.profileSlotSelect1 = 0;
point.zeroPos = (i == 0);
point.isLastPoint = (i == profile.length - 1);
point.arbFeedFwd = 0;
Expand Down

0 comments on commit 8aba5fb

Please sign in to comment.