Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fdila committed Dec 13, 2024
1 parent 4327924 commit a462580
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ros/src/OdometryServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ OdometryServer::OdometryServer(const rclcpp::NodeOptions &options)
odom_publisher_ = create_publisher<nav_msgs::msg::Odometry>("kiss/odometry", qos);
if (publish_debug_clouds_) {
frame_publisher_ = create_publisher<sensor_msgs::msg::PointCloud2>("kiss/frame", qos);
kpoints_publisher_ =
create_publisher<sensor_msgs::msg::PointCloud2>("kiss/keypoints", qos);
kpoints_publisher_ = create_publisher<sensor_msgs::msg::PointCloud2>("kiss/keypoints", qos);
map_publisher_ = create_publisher<sensor_msgs::msg::PointCloud2>("kiss/local_map", qos);
}

Expand Down

0 comments on commit a462580

Please sign in to comment.