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

🐛[BUG] - Path smoothing forces points to come close to the robot #202

Closed
ssejrog opened this issue Nov 29, 2024 · 0 comments
Closed

🐛[BUG] - Path smoothing forces points to come close to the robot #202

ssejrog opened this issue Nov 29, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ssejrog
Copy link
Member

ssejrog commented Nov 29, 2024

Expected Behavior

Because of #152, we expect no excess points to be places within look ahead of the robot.

Actual Behavior

If the user puts a point within look ahead of the robot, path smoothing will pull points into this radius.

Steps to Reproduce

Run this and check terminal, ensure that look ahead is larger than 6. Target points will be wihtin the look ahead distance.

  chassis.pid_odom_set({{{0_in, 6_in}, fwd, 110},
                        {{0_in, 12_in}, fwd, 110},
                        {{0_in, 24_in}, fwd, 110}},
                       true);
  chassis.pid_wait();

Versions

PROS Kernel Version:
EZ-Template Version:
Other Libraries:
EZ-Template 3.2.0-beta.6
Kernel 4.1.1

OPTIONAL: Additional Information

@ssejrog ssejrog added the bug Something isn't working label Nov 29, 2024
@ssejrog ssejrog self-assigned this Nov 29, 2024
@ssejrog ssejrog changed the title 🐛[BUG] - points within look ahead cause smoothing to happen within look ahead 🐛[BUG] - Path smoothing forces points to come close to the robot Nov 29, 2024
ssejrog added a commit that referenced this issue Nov 29, 2024
@ssejrog ssejrog closed this as completed Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant