-
Notifications
You must be signed in to change notification settings - Fork 310
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
Fix next controller update cycle time clock #1127
Fix next controller update cycle time clock #1127
Conversation
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.
I tested this with the gazebo_ros2_control_demos, they are working now again.
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.
Not the prettiest thing in the world, but definitely works. Tested against ros2_control_demos and ur_robot_driver.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1127 +/- ##
==========================================
+ Coverage 31.55% 31.57% +0.01%
==========================================
Files 94 94
Lines 10730 10736 +6
Branches 7345 7347 +2
==========================================
+ Hits 3386 3390 +4
Misses 804 804
- Partials 6540 6542 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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 the quick fix!
Fixes #1126