Skip to content

Commit

Permalink
refactor: corrected mistake in README and changed the header in Digit…
Browse files Browse the repository at this point in the history
…alElevationMapMsg_CvMat.hpp
  • Loading branch information
AntoBongio committed Nov 16, 2023
1 parent bee5584 commit 72606a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This package provides the following ROS2 type adaptations:
| sensor_msgs/PointCloud2 | StampedPointCloud_PCL | pcl::PointCloud\<PointT\> |PCL.hpp|
| sensor_msgs/Image | StampedImage_CV | cv::Mat |CV.hpp|
| nav_msgs/OccupancyGrid | StampedOccupancyGrid_CV | cv::Mat |CV.hpp|
| dem_msgs/DigitalElevationMap | StampedImage_CV | cv::Mat |CV.hpp|
| dem_msgs/DigitalElevationMap | StampedDigitalElevationMap_CV | cv::Mat |CV.hpp|

## Wrapper philosophy
Each wrapper class includes at least an std_msgs::Header attribute and a native handle.
Expand Down
4 changes: 2 additions & 2 deletions include/native_adapters/DigitalElevationMapMsg_CvMat.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Copyright 2023 Patrick Roncagliolo, Antonino Bongiovanni
*/

#ifndef NATIVE_ADAPTERS__SENSORMSGIMAGE_CVMAT_HPP_
#define NATIVE_ADAPTERS__SENSORMSGIMAGE_CVMAT_HPP_
#ifndef NATIVE_ADAPTERS__DIGITALELEVATIONMAP_CVMAT_HPP_
#define NATIVE_ADAPTERS__DIGITALELEVATIONMAP_CVMAT_HPP_
#include <rclcpp/type_adapter.hpp>
#include <dem_msgs/msg/digital_elevation_map.hpp>
#include <opencv2/core/mat.hpp>
Expand Down

0 comments on commit 72606a7

Please sign in to comment.