-
Notifications
You must be signed in to change notification settings - Fork 304
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
Description topic in controller manager not configurable #1138
Comments
Hi @domire8, Yes, this is the intended usage. Using mapping is not an issue; it is one line in the launch file, but it increases awareness. I want to make it evident to the user and disallow "automatic" functionality here. In general, one can have multiple controller managers. Therefore it makes sense to have this separation here. What we should improve is the documentation on this functionality and examples. They are not given, since not many people use this at the moment, but rather pass the robot description as a parameter. |
May I raise the point that a using the I understand that the intention is to raise awareness to users in order to not wonder why things break as soon as they do more complicated setups, but in general, whenever I create a setup that is going away from the default I expect things to require being remapped, etc. In my humble opinion a good out-of-the-box experience for most setups is preferable to raising awareness that the topic could be somewhere else. |
Thanks for taking the time to reply @destogl.
I agree there, we have applications where we use several of those. However, I find it still unusual and not traditional that the description topic is then under An alternative would be to put it under It's a small detail and I also like when the intended usage is very clear but I'm also a bit afraid like @fmauch that the out of the box experience for simple setups becomes more complicated this way. |
This is the way |
should be adjusted and closed by #1358 |
I'll close this issue as we merged the PR yesterday. If concerns remain, feel free to reopen or open a new (update) issue. |
https://github.com/ros-controls/ros2_control/blame/bd6911d663abb687dc956bf19a104d03648f8985/controller_manager/src/controller_manager.cpp#L324
Hello guys, I have a question regarding this relatively new feature in the controller manager. Why can the topic of this subscription not be configured? This means that there always needs to be a mapping between the global
/robot_description
topic from the robot state publisher and this<ns>/controller_manager/robot_description
topic, no?Maybe I also didn't get what the intended usage here is, but I'd be happy if you could explain. Thank you very much!
The text was updated successfully, but these errors were encountered: