Skip to content

Commit

Permalink
revert: revert #84 (#113)
Browse files Browse the repository at this point in the history
* change point_types.hpp directory

Signed-off-by: Autumn60 <[email protected]>

* fix include path

Signed-off-by: Autumn60 <[email protected]>

---------

Signed-off-by: Autumn60 <[email protected]>
  • Loading branch information
Autumn60 committed Aug 4, 2024
1 parent cfa85a7 commit 30e3dd5
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 PCL__POINT_TYPES_HPP_
#define PCL__POINT_TYPES_HPP_
#ifndef VELODYNE_CLOUD_SEPARATOR__POINT_TYPES_HPP_
#define VELODYNE_CLOUD_SEPARATOR__POINT_TYPES_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 // PCL__POINT_TYPES_HPP_
#endif // VELODYNE_CLOUD_SEPARATOR__POINT_TYPES_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 "pcl/point_types.hpp"
#include "velodyne_cloud_separator/point_types.hpp"

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

0 comments on commit 30e3dd5

Please sign in to comment.