Skip to content

Commit

Permalink
fixed merge artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Jan 4, 2024
1 parent 745f9fc commit 4301dcb
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions rtabmap_util/include/rtabmap_util/MapsManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,24 +132,6 @@ class MapsManager {
#if defined(WITH_GRID_MAP_ROS) and defined(RTABMAP_GRIDMAP)
rclcpp::Publisher<grid_map_msgs::msg::GridMap>::SharedPtr elevationMapPub_;
#endif
=======
ros::Publisher cloudMapPub_;
ros::Publisher cloudGroundPub_;
ros::Publisher cloudObstaclesPub_;
ros::Publisher projMapPub_;
ros::Publisher gridMapPub_;
ros::Publisher gridProbMapPub_;
ros::Publisher scanMapPub_;
ros::Publisher octoMapPubBin_;
ros::Publisher octoMapPubFull_;
ros::Publisher octoMapCloud_;
ros::Publisher octoMapFrontierCloud_;
ros::Publisher octoMapGroundCloud_;
ros::Publisher octoMapObstacleCloud_;
ros::Publisher octoMapEmptySpace_;
ros::Publisher octoMapProj_;
ros::Publisher elevationMapPub_;
>>>>>>> c70f9f1b14ead8f51ee724bd0b2c88ff091d74fa

std::map<int, rtabmap::Transform> assembledGroundPoses_;
std::map<int, rtabmap::Transform> assembledObstaclePoses_;
Expand All @@ -172,13 +154,9 @@ class MapsManager {
int octomapTreeDepth_;
bool octomapUpdated_;

<<<<<<< HEAD
#ifdef RTABMAP_GRIDMAP
rtabmap::GridMap * elevationMap_;
#endif
=======
rtabmap::GridMap * elevationMap_;
>>>>>>> c70f9f1b14ead8f51ee724bd0b2c88ff091d74fa
bool elevationMapUpdated_;

rtabmap::ParametersMap parameters_;
Expand Down

0 comments on commit 4301dcb

Please sign in to comment.