Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Fix runtime issues #1

Merged
merged 7 commits into from
Jul 24, 2017
Merged

Fix runtime issues #1

merged 7 commits into from
Jul 24, 2017

Conversation

henningkayser
Copy link

We tested the refactored code on our UR5 robot running polyscope 3.0.15547 and found these shortcomings in the progress.
Please have a look at the commit messages for details.

With these modifications we can operate the robot smoothly and as a drop in replacement to the previous code.

Please note that we do not use the ros control interface though.

Extends error message to print invalid joint names.
Adds max_velocity as parameter descriptor in error message.
We observed that the accept failed nondeterministically in rare cases.
Copy link
Owner

@Zagitta Zagitta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks very good, thank you very much for taking the time to not only test the code but also submit fixes.
My only issue is the use of ROS_ERROR_STREAM instead of LOG_ERROR, eventually I'll get around to refactoring the logging code to use the C++ stream interface however for now I'd prefer to keep the same style everywhere.
So if you fix that minor issue I'll merge it ASAP.

Best regards, Simon.

@Zagitta Zagitta merged commit 3be07d1 into Zagitta:master Jul 24, 2017
@Zagitta
Copy link
Owner

Zagitta commented Jul 24, 2017

Thank you very much for your contribution, let me know if you run into any other issues.

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

Successfully merging this pull request may close these issues.

2 participants