This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
Use ImageTransport::advertiseCamera() #76
Labels
enhancement
New feature or request
ROS1
triage approved
The Issue has been reviewed and approved for development by the Azure Kinect ROS Driver Team
Is your feature request related to a problem? Please describe.
This is a proposal of a minor refactoring to clean up code.
Describe the solution you'd like
Replace the pairs of
ImageTransport::advertise<Image>()
andNodeHandle::advertise<CameraInfo>()
ink4a_ros_device.cc
with single calls toImageTransport::advertiseCamera()
. If there is a technical reason not to do this, please clarify it in the code comment.The text was updated successfully, but these errors were encountered: