Skip to content

Commit

Permalink
rename point_types to point_xyzir (#128)
Browse files Browse the repository at this point in the history
Co-authored-by: Autumn60 <[email protected]>
  • Loading branch information
Bey9434 and Autumn60 authored Aug 18, 2024
1 parent 4602733 commit 585d217
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef VELODYNE_CLOUD_SEPARATOR__POINT_TYPES_HPP_
#define VELODYNE_CLOUD_SEPARATOR__POINT_TYPES_HPP_
#ifndef VELODYNE_CLOUD_SEPARATOR__POINT_XYZIR_HPP_
#define VELODYNE_CLOUD_SEPARATOR__POINT_XYZIR_HPP_

#include <pcl/point_types.h>

Expand All @@ -32,4 +32,4 @@ POINT_CLOUD_REGISTER_POINT_STRUCT(
pcl::PointXYZIR,
(float, x, x)(float, y, y)(float, z, z)(float, intensity, intensity)(uint16_t, ring, ring))

#endif // VELODYNE_CLOUD_SEPARATOR__POINT_TYPES_HPP_
#endif // VELODYNE_CLOUD_SEPARATOR__POINT_XYZIR_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef VELODYNE_CLOUD_SEPARATOR__VELODYNE_CLOUD_SEPARATOR_HPP_
#define VELODYNE_CLOUD_SEPARATOR__VELODYNE_CLOUD_SEPARATOR_HPP_

#include "velodyne_cloud_separator/point_types.hpp"
#include "velodyne_cloud_separator/point_xyzir.hpp"

#include <rclcpp/rclcpp.hpp>
#include <wheel_stuck_common_utils/ros/function_timer.hpp>
Expand Down

0 comments on commit 585d217

Please sign in to comment.