-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added tests for the rtde interface clasess (#125)
* Added tests for the rtde interface clasess 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 Co-authored-by: Felix Exner <[email protected]>
- Loading branch information
Showing
16 changed files
with
1,636 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.