-
Notifications
You must be signed in to change notification settings - Fork 344
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 rqt jtc bugs for continuous joints and other minor bugs #890
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #890 +/- ##
==========================================
- Coverage 47.41% 47.35% -0.06%
==========================================
Files 41 41
Lines 3862 3862
Branches 1816 1816
==========================================
- Hits 1831 1829 -2
Misses 777 777
- Partials 1254 1256 +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.
This fixed #886 for me
- Without the limit tags added with URDF: Add limits to the continuous joints ros2_control_demos#387 the rqt_jtc just doesn't work without any warnings: now it does!
- It spins the node more than once in a timer callback, now I always receive the topic
- If there is an error with the topic, it does not add infinite subscriptions.
rqt_joint_trajectory_controller/rqt_joint_trajectory_controller/joint_limits_urdf.py
Outdated
Show resolved
Hide resolved
rqt_joint_trajectory_controller/rqt_joint_trajectory_controller/joint_trajectory_controller.py
Outdated
Show resolved
Hide resolved
rqt_joint_trajectory_controller/rqt_joint_trajectory_controller/joint_trajectory_controller.py
Outdated
Show resolved
Hide resolved
Thanks @bmagyar |
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.
Thank you!
(cherry picked from commit e8a127f)
) (cherry picked from commit e8a127f) Co-authored-by: Sai Kishor Kothakota <[email protected]>
(cherry picked from commit e8a127f)
) (cherry picked from commit e8a127f) Co-authored-by: Sai Kishor Kothakota <[email protected]>
…rols#890) (ros-controls#897) (cherry picked from commit e8a127f) Co-authored-by: Sai Kishor Kothakota <[email protected]>
…s#890) * Prevent controller manager from crashing when controller's plugin has error during loading. * Use pydocstyle instead of pep257 because it replaces it. Bump versions of hooks. * Remove fixed python version from formatting action. Fix action warnings about Node.js 12 by updating them. Bump version of clang-format. * correct typo * Bump clang-format version. * Update .pre-commit-config.yaml * Fixup formatting.
Fixes as mentioned by @christophfroehlich (#659 (comment))
This PR aims to fix the issues with drop down and other subscription issues