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

Fix rqt jtc bugs for continuous joints and other minor bugs #890

Merged
merged 7 commits into from Dec 8, 2023

Conversation

saikishor
Copy link
Member

Fixes as mentioned by @christophfroehlich (#659 (comment))

This PR aims to fix the issues with drop down and other subscription issues

Copy link

codecov bot commented Dec 7, 2023

Codecov Report

Merging #890 (879a920) into master (925a690) will decrease coverage by 0.06%.
The diff coverage is n/a.

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     
Flag Coverage Δ
unittests 47.35% <ø> (-0.06%) ⬇️

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

see 2 files with indirect coverage changes

Copy link
Contributor

@christophfroehlich christophfroehlich left a 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.

@christophfroehlich christophfroehlich added the backport-iron This label should be used by maintaines only! Label triggers PR backport to ROS2 Iron. label Dec 7, 2023
@saikishor
Copy link
Member Author

Thanks @bmagyar

Copy link
Member

@bmagyar bmagyar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@bmagyar bmagyar merged commit e8a127f into ros-controls:master Dec 8, 2023
13 of 14 checks passed
mergify bot pushed a commit that referenced this pull request Dec 8, 2023
bmagyar pushed a commit that referenced this pull request Dec 8, 2023
)

(cherry picked from commit e8a127f)

Co-authored-by: Sai Kishor Kothakota <sai.kishor@pal-robotics.com>
@christophfroehlich christophfroehlich deleted the fix_rqt_jtc_bugs branch December 9, 2023 16:50
@christophfroehlich christophfroehlich added the backport-humble This label should be used by maintaines only! Label triggers PR backport to ROS2 humble. label Dec 10, 2023
mergify bot pushed a commit that referenced this pull request Dec 10, 2023
christophfroehlich pushed a commit that referenced this pull request Dec 10, 2023
)

(cherry picked from commit e8a127f)

Co-authored-by: Sai Kishor Kothakota <sai.kishor@pal-robotics.com>
christophfroehlich pushed a commit to christophfroehlich/ros2_controllers that referenced this pull request Dec 15, 2023
…rols#890) (ros-controls#897)

(cherry picked from commit e8a127f)

Co-authored-by: Sai Kishor Kothakota <sai.kishor@pal-robotics.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-humble This label should be used by maintaines only! Label triggers PR backport to ROS2 humble. backport-iron This label should be used by maintaines only! Label triggers PR backport to ROS2 Iron.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rqt_joint_trajectory_controller does not subscibe to /robot_description
3 participants