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

MRS1000: Add intensities to point cloud #81

Open
cassini-fly opened this issue Oct 3, 2019 · 4 comments
Open

MRS1000: Add intensities to point cloud #81

cassini-fly opened this issue Oct 3, 2019 · 4 comments
Assignees

Comments

@cassini-fly
Copy link

Hi there,

I ran the ROS wrapper and noticed that the intensity is only available at the /scan topic which means only one ring (out of) for sick mrs1000. Does that mean the intensity data is available for only one ring?

Thanks!

@mintar
Copy link
Member

mintar commented Oct 4, 2019

@spuetz : Any idea?

@cassini-fly
Copy link
Author

@mintar @spuetz Thanks for the attention. I looked at the source code, it looks like that the rosparam 'intensity' which can be given to the node upon lunching, is never used through out the source code, it looks like this repository is still under development. I found another repository that I used and I can access the intensity data. I can share it here for the reference: http://wiki.ros.org/sick_scan
Thanks anyways!

@mintar
Copy link
Member

mintar commented Oct 5, 2019

I looked at the source code, it looks like that the rosparam 'intensity' which can be given to the node upon lunching, is never used through out the source code

Well, look again. The parameter intensity is used here:

if (current_config_.intensity) {

it looks like this repository is still under development. I found another repository that I used and I can access the intensity data. I can share it here for the reference: http://wiki.ros.org/sick_scan

Yeah, I know about sick_scan. It's a fork of our repository, and actually we've helped the current authors improve their code a couple of times. It's absolutely not true that this repo is more "under development" than theirs - by now, I'd say their repo has become as mature and stable as ours. sick_scan supports more different scanners than sick_tim though.

Adding intensities to the point cloud is still a reasonable feature request, so I'll leave this issue open and update the title to be more specific.

@mintar mintar changed the title No Intensity available on RVIZ MRS1000: Add intensities to point cloud Oct 5, 2019
@cassini-fly
Copy link
Author

Right, my bad, found the usage of intensity rosparam as you mentioned. Thanks!

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

3 participants