Closed clalancette closed 5 years ago
I’ll add you to the maintainers list as soon as I get back to a real computer.
@chadrockey Would you mind also giving me write access to this repository and https://github.com/ros-gbp/depthimage_to_laserscan-release.git so I can do releases into Crystal/etc from it? Thanks!
This is a port of this package to ROS 2, initially done in https://github.com/ros2/depthimage_to_laserscan . This PR does a few things:
To be clear, this port does not make
DepthImageToLaserScanROS
composable right now. To do that, we would have to makeDepthImageToLaserScanROS
derive fromrclcpp::Node
, and then refactor around that. That seems like good follow-up work, since this is already a large enough PR.Once this is merged, I will deprecate https://github.com/ros2/depthimage_to_laserscan , and release this version into ROS 2 Crystal (and beyond) instead.