Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
Signed-off-by: taisa1 <[email protected]>
  • Loading branch information
taisa1 committed Jul 16, 2024
1 parent 9f334dc commit 71974b3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ void transformPointcloud(
const sensor_msgs::msg::PointCloud2 & input, const geometry_msgs::msg::Pose & pose,
sensor_msgs::msg::PointCloud2 & output);

Eigen::Matrix4f getTransformMatrix(const geometry_msgs::msg::Pose & pose);

bool cropPointcloudByHeight(
const sensor_msgs::msg::PointCloud2 & input, const tf2_ros::Buffer & tf2,
const std::string & target_frame, const float min_height, const float max_height,
Expand Down

0 comments on commit 71974b3

Please sign in to comment.