-
Notifications
You must be signed in to change notification settings - Fork 13
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
[LANGUAGE INCOMPATIBILITY] The DQ_KinematicController does not reset the stable region flag. #74
Comments
Hi @marcos-pereira, If you want to continue this issue, please adapt it to our current standards. The information you gave me needs to be more comprehensive. More specifically: Describe the missing/unexpected functionality
Matlab behavior (if applicable) MATLAB SCRIPT %% Your MATLAB script here MATLAB OUTPUT [Paste your output here] Many thanks, |
Hi @bvadorno , Here follows a more detailed description of the issue: A clear and concise description of what is happening Minimal example in MATLAB
Expected behavior Possible solution Let me know if you need more information. Let us discuss the best solution and then I can open a PR. Best, |
…roller not resetting the stable region flag (#111) * [DQ_KinematicController.m] Fixed 'reset_stability_counter' method not reseting the property 'system_reached_stable_region_'. * [DQ_KinematicController.m] Comment update. * [DQ_KinematicController.m] Updated copyright and added comment of modifications. * [DQ_KinematicController.m] Updated email addresses.
Hi @marcos-pereira, Thank you for the minimal example. This issue was solved in #111. @bvadorno, could you please mark this as solved? Kind regards, |
Describe the missing/unexpected functionality
The DQ_KinematicController.m reset_stability_counter() does not reset the
system_reached_stable_region_
as in the C++ version DQ_KinematicController.cpp.Personally, I have used this functionality in C++ and missed it in Matlab. However, I am not sure if there should be a separate method to reset the system_reached_stable_region or not.
As a temporary solution, I just added the functionality myself.
If needed, I could do a pull request to add this functionality two weeks from now.
Environment:
The text was updated successfully, but these errors were encountered: