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
Firmware version: v4.4.0
Setting: #define MECHANISM MECH_MORGAN_SCARA
error: 'float_limit_t' does not name a type
float_limit_t base_pos[XYZ]
can you help me check it? thanks
The text was updated successfully, but these errors were encountered:
I have the same error: error: 'float_limit_t' does not name a type
the error is in the structure of the following library ....\MK4duo-master\MK4duo-master\MK4duo\src\core\mechanics\scara_mechanics.h
in the line 34: float_limits_t base_pos[XYZ];
I found a very similar structure in ....D\MK4duo-master\MK4duo-master\MK4duo\src\lib\types.h in the line 560: typedef struct MinMaxVal limit_float_t;
They look similar, I thought it was a typo, but they are not the same type when compiling.
can help for this error in a scara robot
Sorry, something went wrong.
i have the same problem!
No branches or pull requests
Firmware version: v4.4.0
Setting: #define MECHANISM MECH_MORGAN_SCARA
error: 'float_limit_t' does not name a type
float_limit_t base_pos[XYZ]
can you help me check it? thanks
The text was updated successfully, but these errors were encountered: