Skip to content

Commit 3cd9c48

Browse files
committed
change comment format
1 parent cfa2056 commit 3cd9c48

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/CameraNode.cpp

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -498,11 +498,9 @@ CameraNode::declareParameters()
498498
set_parameters(parameters_init_list);
499499
}
500500

501-
/*********************************************************************
502-
The following function "compressImageMsg" is adapted from "CvImage::toCompressedImageMsg"
503-
(https://github.com/ros-perception/vision_opencv/blob/066793a23e5d06d76c78ca3d69824a501c3554fd/cv_bridge/src/cv_bridge.cpp#L512-L535)
504-
and covered by the BSD-3-Clause licence.
505-
**********************************************************************/
501+
//The following function "compressImageMsg" is adapted from "CvImage::toCompressedImageMsg"
502+
//(https://github.com/ros-perception/vision_opencv/blob/066793a23e5d06d76c78ca3d69824a501c3554fd/cv_bridge/src/cv_bridge.cpp#L512-L535)
503+
//and covered by the BSD-3-Clause licence.
506504
void
507505
compressImageMsg(const sensor_msgs::msg::Image &source,
508506
sensor_msgs::msg::CompressedImage &destination,

0 commit comments

Comments
 (0)