-
Notifications
You must be signed in to change notification settings - Fork 86
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
Hardcoded/wrong implementation of the scan topic remaps from 3.0.0 onwards #247
Comments
Thanks for your feedback. We will add a remap option for ros laserscan messages in the launchfile in the next release. Please use ros option The version number in package.xml will be updated. |
The ros topic for laserscan messages can now be configured directly by using the new branch feature/laserscan_topic. Use commandline argument |
@rostest when will this feature be included in the main branch? I think the issue should stay open until the patch is included in the main branch! |
@fmessmer Thanks for your feedback. This feature is currently only available in branch feature/laserscan_topic. It will be included in the main branch with the next release. We will leave this issue open until then. |
what is blocking to merge the feature branch to the main branch? |
@fmessmer Thanks for your feedback. We will clarify it with SICK. |
I just wanted to create a PullRequest for the mentioned feature branch to increase visibility of getting this merged. I must say: very strange policy for an open-source repo to not accept contributions from the community. |
@fmessmer Thanks for your feedback. Please contact SICK support for policy requests. |
@fmessmer We welcome contributions from the community and regularly merge contributions from pull requests. Please use the conventional github process for pull requests consisting of creating a fork of the sick_scan_xd repository, applying changes to a branch in that repository and creating a pull request (see https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork ). |
Now that the feature/PR made it into |
Bloom release for version 3.2.0 is in progress. It has been successfully built on the ros build farm a few days ago (https://build.ros.org/job/Ndev__sick_scan_xd__ubuntu_focal_amd64/4/, git commit abd4560) and should soon be available via apt. |
From version 3.0.0 onwards, the topic that the laser scan is published changed to the /scan topic.
For example, I use the
sick_nav_350
lidar, previously this was "/sick_nav_350/scan" (the other topic still has the namespace) but this is hardcoded to the "/scan" topic. This should be done with a launch argument to be remapped to a different topic if wanted, now the topic can only be remapped by also including the namespace (/sick_nav_350/scan:=/wanted_topic).Also update your package.xml to use the correct version numbers
The text was updated successfully, but these errors were encountered: