-
Notifications
You must be signed in to change notification settings - Fork 95
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
Added tests for the rtde interface clasess #125
Conversation
This adds tests for * control package pause * control package start * control package setup outputs * control package setup inputs * get urcontrol version * request protocol version * rtde writer Added more tests to * test_rtde_data_package * test_rtde_parser * test_rtde_client Added functionality to rtde_client * get_target_frequency function and warning when it is not possible to set target frequency * Read timeout in isRobotBooted is now based on target frequency * Added a wait on 5 seconds to receive answer from pause request. This will prevent the driver from crashing once in a while when pausing the rtde client Added functionality for rtde_writer * Added checks for values and pins before sending to the robot * Removed unnecessary sleep in desctructor Added pipeline changes, so that the test output is shown in the pipeline in case of failure
Codecov ReportBase: 51.21% // Head: 63.40% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #125 +/- ##
===========================================
+ Coverage 51.21% 63.40% +12.19%
===========================================
Files 82 89 +7
Lines 2466 2968 +502
Branches 279 310 +31
===========================================
+ Hits 1263 1882 +619
+ Misses 1072 925 -147
- Partials 131 161 +30
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
Thanks for implementing this!
This adds tests for
Added more tests to
Added functionality to rtde_client
Added functionality for rtde_writer
Added pipeline changes, so that the test output is shown in the pipeline in case of failure