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
In this part of the code:
Robot_Toolkit/Robot_Engine/Convert/Private Helpers/Load.cs
Lines 134 to 160 in d66600d
This part allows for a custom set axis:
Lines 177 to 181 in d66600d
If you just take that code that allows for it and pastes it into the if statements it works.
Push a load with local axis specified.
The text was updated successfully, but these errors were encountered:
JonathanNillius
Successfully merging a pull request may close this issue.
Description:
In this part of the code:
Robot_Toolkit/Robot_Engine/Convert/Private Helpers/Load.cs
Lines 134 to 160 in d66600d
there is no part allowing for custom set axis, thus it picks the global axis.
This part allows for a custom set axis:
Robot_Toolkit/Robot_Engine/Convert/Private Helpers/Load.cs
Lines 177 to 181 in d66600d
If you just take that code that allows for it and pastes it into the if statements it works.
How to replicate:
Push a load with local axis specified.
The text was updated successfully, but these errors were encountered: