-
Notifications
You must be signed in to change notification settings - Fork 55
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
Potential Error in CommandGuard #175
Comments
oh this looks fishy :O, where in the code can this be found? |
thank you so much for sharing this @StephanSchwarz96 . This is now fixed, please pull the changes. There are some changes on the way, which will make this system a bit more capable. |
closing this for now as resolved. Thank you again very much! Please feel free to reach out if you have any questions / re-open the issue etc |
hi @StephanSchwarz96 , this should now be fully resolved. Let me know if you have any other questions If you could give some feedback on whether it works well now, that would be awesome, too! |
Hello everyone,
I recently run into some issues with the received robot state data which lead me to digging into the lbr_fri_ros2 package. I am not sure, but i might found an error within the code in command_guard.cpp in line 53:
Unlike the other checks (for position or torque limits), this does not iterate over the size() but the value, which in my case always stops after the first iteration since my joint_1 was lower than 1. Am I missing something here?
Thanks for feedback :)
The text was updated successfully, but these errors were encountered: