Skip to content

Commit

Permalink
adding license information to function, typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emrekuru97 committed Feb 24, 2024
1 parent caab7ed commit 939c67a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CameraNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,8 @@ CameraNode::declareParameters()
* Copyright (c) 2015, Tal Regev.
* Copyright (c) 2018 Intel Corporation.
* All rights reserved.
* The code snippet below compressImageMsg Function is taken from :https://github.com/ros-perception/vision_opencv
* And is sligthly modefied to meet the requirments of this code.
* The function below compressImageMsg is taken from :https://github.com/ros-perception/vision_opencv
* And is slightly modified to meet the requirements of this code.
**********************************************************************/
void
CameraNode::compressImageMsg(const sensor_msgs::msg::Image &source,
Expand Down

0 comments on commit 939c67a

Please sign in to comment.