Skip to content

Commit

Permalink
pointpainting_fusion fix conflict
Browse files Browse the repository at this point in the history
Signed-off-by: tzhong518 <sworgun@gmail.com>
  • Loading branch information
tzhong518 committed May 20, 2022
1 parent 05f54b2 commit 85d7e07
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 215 deletions.
8 changes: 0 additions & 8 deletions perception/image_projection_based_fusion/src/debugger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,7 @@ Debugger::Debugger(rclcpp::Node * node_ptr, const std::size_t image_num) : node_
}

void Debugger::imageCallback(
<<<<<<< HEAD
const sensor_msgs::msg::Image::ConstSharedPtr input_image_msg, const int image_id)
=======
const sensor_msgs::msg::Image::ConstSharedPtr input_image_msg, const std::size_t image_id)
>>>>>>> 580565a24ff9af8c86006905681f3d1036c8724a
{
image_buffers_.at(image_id).push_front(input_image_msg);
}
Expand All @@ -75,11 +71,7 @@ void Debugger::clear()
obstacle_points_.clear();
}

<<<<<<< HEAD
void Debugger::publishImage(const int image_id, const rclcpp::Time & stamp)
=======
void Debugger::publishImage(const std::size_t image_id, const rclcpp::Time & stamp)
>>>>>>> 580565a24ff9af8c86006905681f3d1036c8724a
{
const boost::circular_buffer<sensor_msgs::msg::Image::ConstSharedPtr> & image_buffer =
image_buffers_.at(image_id);
Expand Down
Loading

0 comments on commit 85d7e07

Please sign in to comment.