-
Notifications
You must be signed in to change notification settings - Fork 914
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
Support "scope" for machine tag default semantics #2059
base: noetic-devel
Are you sure you want to change the base?
Conversation
1360bd7
to
0861b4d
Compare
Proposed fix for ros#1884
0861b4d
to
ea9493a
Compare
Open to alternatives to |
I tested this PR and it works as advertised. Thanks! I also added another value for the |
For those who do not want to wait until this PR is merged, I created a package that hacks roslaunch and adds this functionality: https://github.com/ctu-vras/scoped_roslaunch . |
Hello all, |
hi, I need this feature too. is it possible to get merged? @peci1 I'm tried to use your patch could you please tell me how to use it? Maybe I installed it wrong. |
I asked whether there's a room for merging a fix to the targeted issue #1884 (comment). That said, the way this PR suggests as of now seems to be adding a new capability ('scope'), which I'm not sure if we can still add to already-released core library. Just my feeling. |
If the wiki docs have been correct for the past few years, then this PR is just fixing a bug. It adds the "new" functionality in order to keep code using the wrong (old, wiki-nonconformant) implementation working. @130s Do you have a reference to a decision where OR decided not adding any new functionality into released core ROS1 packages? In earlier versions, it was quite common that released distros gained new functionality - if its implementation did not break ABI and API. I know everything is ROS 2 now, but Noetic still has quite some lifespan ahead and it would be sad to know it will not gain even non-intrusive features. Also, there is recent new functionality that has been accepted to roslaunch: #1937 (both into Melodic and Noetic). So it seems that adding new features should still be possible. |
Hi, |
Proposed fix for #1884