Skip to content

Commit

Permalink
Merge branch 'main' into fix-robosense-launch
Browse files Browse the repository at this point in the history
  • Loading branch information
knzo25 authored Feb 5, 2024
2 parents 64909f5 + d5061cd commit 6fe1fc3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions nebula_decoders/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ if (CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic -Wunused-function)
endif ()

find_package(angles REQUIRED)
find_package(PCL REQUIRED)
find_package(pcl_conversions REQUIRED)
find_package(yaml-cpp REQUIRED)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
#include <string>
#include <vector>

#if defined(ROS_DISTRO_FOXY) || defined(ROS_DISTRO_GALACTIC)
#include <angles/angles.h> //Galactic
#else
#include <angles/angles/angles.h> //Humble
#endif

#include "nebula_common/point_types.hpp"
#include "nebula_common/velodyne/velodyne_calibration_decoder.hpp"
#include "nebula_common/velodyne/velodyne_common.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include <cmath>
#include <utility>

#include <angles/angles.h>

namespace nebula
{
namespace drivers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include <cmath>
#include <utility>

#include <angles/angles.h>

namespace nebula
{
namespace drivers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include <cmath>
#include <utility>

#include <angles/angles.h>

namespace nebula
{
namespace drivers
Expand Down

0 comments on commit 6fe1fc3

Please sign in to comment.