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

Hardcoded/wrong implementation of the scan topic remaps from 3.0.0 onwards #247

Open
RBinnenmars opened this issue Dec 5, 2023 · 12 comments

Comments

@RBinnenmars
Copy link

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

@rostest
Copy link
Collaborator

rostest commented Dec 11, 2023

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 <remap from="/sick_nav_350/scan" to="/wanted_topic"/> in the launchfile for remapping laserscan messages.

The version number in package.xml will be updated.

rostest added a commit that referenced this issue Dec 18, 2023
@rostest
Copy link
Collaborator

rostest commented Dec 18, 2023

The ros topic for laserscan messages can now be configured directly by using the new branch feature/laserscan_topic. Use commandline argument laserscan_topic:=<topic_name> or launchfile parameter laserscan_topic to overwrite the default laserscan topic.

@rostest rostest closed this as completed Dec 18, 2023
@fmessmer
Copy link
Contributor

fmessmer commented Dec 18, 2023

@rostest when will this feature be included in the main branch?
it's still only implemented in a feature branch, right?
it would be easier for the community to follow the changes of the upstream repo if you would also provide PullRequest from the feature branches to the main branch....otherwise it is hard to see when changes become available because you do not get notifications for commits being pushed without PullRequests

I think the issue should stay open until the patch is included in the main branch!

@rostest
Copy link
Collaborator

rostest commented Dec 18, 2023

@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.
As an alternative to the new laserscan_topic parameter, you can use ros option <remap from="/sick_nav_350/scan" to="/wanted_topic"/> in the launchfile for remapping laserscan messages.

@rostest rostest reopened this Dec 18, 2023
@fmessmer
Copy link
Contributor

what is blocking to merge the feature branch to the main branch?
it is completely backwards-compatible for those that don't want to use it.
thus, it could sit on the main branch being merged while waiting for the next main branch release.

@rostest
Copy link
Collaborator

rostest commented Jan 18, 2024

@fmessmer Thanks for your feedback. We will clarify it with SICK.

@fmessmer
Copy link
Contributor

I just wanted to create a PullRequest for the mentioned feature branch to increase visibility of getting this merged.
But the creation failed because I'm not a collaborator.

I must say: very strange policy for an open-source repo to not accept contributions from the community.

@rostest
Copy link
Collaborator

rostest commented Jan 26, 2024

@fmessmer Thanks for your feedback. Please contact SICK support for policy requests.

@rostest
Copy link
Collaborator

rostest commented Jan 26, 2024

@fmessmer Pull request #264 is created.

@aiplemaSICKAG
Copy link
Collaborator

@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 ).
Feel free to contact us should you still experience problems when following that process.

@fmessmer
Copy link
Contributor

fmessmer commented Feb 19, 2024

Now that the feature/PR made it into v3.2.0, do you also plan to trigger a bloom-release for this version on the ROS BuildFarm for noetic

@rostest
Copy link
Collaborator

rostest commented Feb 20, 2024

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.

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

No branches or pull requests

4 participants