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

Path smoothing doesn't override lookahead #202 #203

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

ssejrog
Copy link
Member

@ssejrog ssejrog commented Nov 29, 2024

Summary:

Path smothing doesn't force points into look ahead of the robot

Motivation:

Complies with #152

References (optional):

#202

Test Plan:

Run this and ensure there are no points within look ahead, by default this is 10in.

  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();

Download the template for this pull request:

Note

This is auto generated from Add Template to Pull Request

curl -o [email protected]+e3d7a9.zip https://nightly.link/EZ-Robotics/EZ-Template/actions/artifacts/2255457401.zip;
pros c fetch [email protected]+e3d7a9.zip;
pros c apply [email protected]+e3d7a9;
rm [email protected]+e3d7a9.zip;

@ssejrog ssejrog self-assigned this Nov 29, 2024
@ssejrog ssejrog merged commit a747cd9 into dev Nov 29, 2024
2 checks passed
@ssejrog ssejrog deleted the bug/path-smoothing-pulls-points branch December 18, 2024 00:21
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.

1 participant