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

CAN'T BUILD SCARA MECHANISM #791

Open
annhan opened this issue Feb 18, 2020 · 2 comments
Open

CAN'T BUILD SCARA MECHANISM #791

annhan opened this issue Feb 18, 2020 · 2 comments

Comments

@annhan
Copy link

annhan commented Feb 18, 2020

  1. Firmware version: v4.4.0

  2. Setting: #define MECHANISM MECH_MORGAN_SCARA

  3. error: 'float_limit_t' does not name a type

    float_limit_t base_pos[XYZ]

can you help me check it? thanks

@OscarSegura13
Copy link

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

@ahmedyashar
Copy link

i have the same problem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants