We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When constructing PathFinder's first field initializer_list of autolib::Points,
To Reproduce Steps to reproduce the behavior:
prosv5 mut --execute
findCurvature iyaw(0.000000), idistance(inf)
Expected behavior Replace line 28 with autolib::Point( 1_in, -1_in ) //Then ( 1 inch, -1 inch ) and run it again. It will print.
autolib::Point( 1_in, -1_in ) //Then ( 1 inch, -1 inch )
findCurvature iyaw(-51.425299), idistance(-0.019446)
Screenshots N/A
Desktop (please complete the following information):
Name Version Origin
autolib 0.9.0 local kernel 3.1.6 pros-mainline okapilib 4.0.0-beta8-odom local
*Note: running prosv5 conductor info-project will let you see what the versions are. You can just copy and paste the terminal output. *
prosv5 conductor info-project
Additional context N/A
The text was updated successfully, but these errors were encountered:
Oops. Here is the file: opcontrol.txt
Sorry, something went wrong.
acetousk
No branches or pull requests
Describe the bug
When constructing PathFinder's first field initializer_list of autolib::Points,
To Reproduce
Steps to reproduce the behavior:
prosv5 mut --execute
Expected behavior
Replace line 28 with
autolib::Point( 1_in, -1_in ) //Then ( 1 inch, -1 inch )
and run it again. It will print.Screenshots
N/A
Desktop (please complete the following information):
Name Version Origin
autolib 0.9.0 local
kernel 3.1.6 pros-mainline
okapilib 4.0.0-beta8-odom local
*Note: running
prosv5 conductor info-project
will let you see what the versions are. You can just copy and paste the terminal output. *Additional context
N/A
The text was updated successfully, but these errors were encountered: