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

[BREAKING CHANGE] Use robot_description topic instead of ~/robot_description and update docs regarding this #1410

Merged
merged 8 commits into from
Feb 28, 2024

Conversation

fmauch
Copy link
Contributor

@fmauch fmauch commented Feb 21, 2024

Since now the desired way of receiving the robot_description is the topic rather than the parameter, we need to update the documentation accordingly as mentioned in #1045 (comment).

As discussed in #1358 (comment) and #1138 I've used the robot_description topic as this is where we want it to be rather than ~/robot_description.

To make this correct, I've also added a commit changing the subscription from ~/robot_description to robot_description which is why this is a behavior breaking change. If we merge this here, we then can update #1358 accordingly (I can make a separate PR to that branch, if you like @destogl)

Nowadays the parameter is deprecated and will get removed.
Using robot_description by default instead will work for most people out of the box while also working correctly with different descriptions in different namespaces when using remaps.
Copy link

codecov bot commented Feb 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.88%. Comparing base (1538c91) to head (e0c5275).

❗ Current head e0c5275 differs from pull request most recent head ab2f8ed. Consider uploading reports for the commit ab2f8ed to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #1410       +/-   ##
===========================================
+ Coverage        0   75.88%   +75.88%     
===========================================
  Files           0       41       +41     
  Lines           0     3359     +3359     
  Branches        0     1935     +1935     
===========================================
+ Hits            0     2549     +2549     
- Misses          0      418      +418     
- Partials        0      392      +392     
Flag Coverage Δ
unittests 75.88% <100.00%> (?)

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

Files Coverage Δ
controller_manager/src/controller_manager.cpp 69.43% <100.00%> (ø)

... and 40 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.

LGTM, and thanks for updating docs :)

Copy link
Member

@saikishor saikishor left a comment

Choose a reason for hiding this comment

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

Thanks for updating the documentation!
I've added some minor suggestions. What do you think about them?

controller_manager/doc/userdoc.rst Show resolved Hide resolved
controller_manager/doc/userdoc.rst Outdated Show resolved Hide resolved
Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com>
controller_manager/doc/userdoc.rst Outdated Show resolved Hide resolved
controller_manager/doc/userdoc.rst Outdated Show resolved Hide resolved
fmauch and others added 2 commits February 22, 2024 13:01
Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com>
Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com>
@saikishor
Copy link
Member

@fmauch Can you fix the format locally and push?, apart from that everything looks good to me

@fmauch
Copy link
Contributor Author

fmauch commented Feb 22, 2024

Yes, but not before tonight

@fmauch
Copy link
Contributor Author

fmauch commented Feb 22, 2024

Found a short slot.

Copy link
Member

@saikishor saikishor left a comment

Choose a reason for hiding this comment

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

LGTM

@destogl destogl merged commit dbfe9ea into ros-controls:master Feb 28, 2024
11 checks passed
@rafal-gorecki
Copy link

Please backport to humble

@christophfroehlich
Copy link
Contributor

Please backport to humble

Unfortunately, we cannot backport this to the Humble LTS distro, it would break lots of existing setups.

@fmauch fmauch deleted the update_docs branch May 22, 2024 17:13
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.

None yet

5 participants