Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

486: Scalar Multiply LQR bug #499

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

billmwong
Copy link
Member

@billmwong billmwong commented May 14, 2018

Closes #486


This change is Reviewable

@davidabrahams
Copy link
Collaborator

Reviewed 1 of 1 files at r1.
Review status: all files reviewed at latest revision, all discussions resolved.


Comments from Reviewable

Copy link
Collaborator

@shanekelly shanekelly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

Copy link
Collaborator

@shanekelly shanekelly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

Copy link
Collaborator

@davidabrahams davidabrahams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: davidabrahams must resolve 1 discussion (waiting on @billmwong)


src/plan/funnel.js, line 98 at r1 (raw file):

      leftFunnelEdge = new Edge(ballLocation, leftPoints[startingIndex].clearancePoint);
      rightFunnelEdge = new Edge(ballLocation, rightPoints[startingIndex].clearancePoint);
      if (startingIndex + 1 >= path.length) break;

can we add a test case which produces this bug? (which fails without this fix?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants