-
Notifications
You must be signed in to change notification settings - Fork 18
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
Move MotorFaultState to EoMotionControl #94
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ciao @MSECode,
I add comments in the code. So please use the type you defined eOmc_motorFaultState_t and rename the type to be compliant with the other type.
6811535
to
31504bb
Compare
31504bb
to
049ea92
Compare
@valegagge ready for re-check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
solved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, thanks
Move MotorFaultState to EoMotionControl in order that we can use same type on both fw and sw.
Then add the enum typedef as guard
Change type mc_fault_state for being compliant with all definitions done in fw and sw
Related to:
robotology/icub-firmware#472
robotology/icub-main#942