Universal_Robots_ROS2_Driver
Universal_Robots_ROS2_Driver copied to clipboard
Add Cartesian twist controller
This PR adds the functionality to forward a Cartesian twist message directly to the robot for execution.
ToDo
- [ ] Add Documentation
- [ ] Add tests
- [x] Test on Simulator
- [x] Test on real hardware
Codecov Report
:x: Patch coverage is 21.49533% with 84 lines in your changes missing coverage. Please review.
:white_check_mark: Project coverage is 15.46%. Comparing base (1b121b7) to head (8e956e7).
:warning: Report is 520 commits behind head on main.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| ur_robot_driver/src/hardware_interface.cpp | 0.00% | 43 Missing :warning: |
| ur_controllers/src/twist_controller.cpp | 35.93% | 41 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #1586 +/- ##
==========================================
+ Coverage 3.59% 15.46% +11.87%
==========================================
Files 13 35 +22
Lines 947 3984 +3037
Branches 152 475 +323
==========================================
+ Hits 34 616 +582
- Misses 843 3351 +2508
+ Partials 70 17 -53
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 15.46% <21.49%> (+11.87%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.