Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private void forward(
// velocity constraint depends only on state
double maxVelocity = maxVelocity(path.getEntry(i1).point());
if (DEBUG)
System.out.printf("maxV i %d p1 %s maxV %f\n", i1, p1, maxVelocity);
System.out.printf("maxV i %d maxV %f\n", i1, maxVelocity);
// start with the maximum velocity
velocities[i1] = maxVelocity;
// reduce velocity to fit under the acceleration constraint
Expand Down