Skip to content
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

Make ur_controllers compileable on humble #1207

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

christophfroehlich
Copy link
Contributor

@christophfroehlich christophfroehlich commented Dec 16, 2024

The rolling version of ros2_control is kept compatible for compiling on humble distro. Obviously, I need to compile the rolling UR driver on humble too:
There exists no += overload for rclcpp::Duration class on humble, which was introduced later ros2/rclcpp#1988

We can use the rclcpp/version.h, or we could also just use the manual assignment.

Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 3.67%. Comparing base (1b121b7) to head (1aeba6e).
Report is 368 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##            main   #1207      +/-   ##
========================================
+ Coverage   3.59%   3.67%   +0.08%     
========================================
  Files         13     392     +379     
  Lines        947   43134   +42187     
  Branches     152    6357    +6205     
========================================
+ Hits          34    1585    +1551     
- Misses       843   41409   +40566     
- Partials      70     140      +70     
Flag Coverage Δ
unittests 3.67% <ø> (+0.08%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@urfeex urfeex force-pushed the humble_compatibility branch from 50a7b04 to 1aeba6e Compare December 17, 2024 05:24
@urfeex urfeex merged commit 2dcb86e into UniversalRobots:main Dec 17, 2024
12 of 14 checks passed
URJala pushed a commit to URJala/Universal_Robots_ROS2_Driver that referenced this pull request Dec 20, 2024
No += overload for Duration class on humble
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants