Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

new: LaserScan to PointCloud node + nodelet #28

Merged

Conversation

reinzor
Copy link
Contributor

@reinzor reinzor commented Apr 30, 2019

Should address

#27

@reinzor
Copy link
Contributor Author

reinzor commented Apr 30, 2019

PR is failing due to roslint check in existing files, #29 should address this issue

@reinzor reinzor closed this May 1, 2019
@reinzor reinzor reopened this May 1, 2019
@reinzor
Copy link
Contributor Author

reinzor commented May 1, 2019

Retrigger ci

{
sensor_msgs::PointCloud2Ptr scan_cloud;
scan_cloud.reset(new sensor_msgs::PointCloud2);
projector_.projectLaser(*scan_msg, *scan_cloud);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's a more accurate way to transform a laserscan into a pointcloud, that takes into account the movement of the laser. it's probably not typically useful here if the target frame is moving (i.e. on a robot)

https://docs.ros.org/diamondback/api/laser_geometry/html/classlaser__geometry_1_1LaserProjection.html#ad5912a98fd3335a566256b28be688d25

@paulbovbel paulbovbel merged commit 4aac409 into ros-perception:lunar-devel May 1, 2019
@furushchev furushchev mentioned this pull request Jul 5, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants