Skip to content

Commit

Permalink
Merge branch 'feat/continental_drivers' of github.com:knzo25/nebula i…
Browse files Browse the repository at this point in the history
…nto feat/continental_drivers
  • Loading branch information
knzo25 committed Feb 16, 2024
2 parents 2801c8b + 858c011 commit 95ef8a2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 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
2 changes: 0 additions & 2 deletions nebula_ros/launch/robosense_launch.all_hw.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<arg name="frame_id" default="robosense"/>
<arg name="scan_phase" default="0.0"/>

<arg name="calibration_file" default="$(find-pkg-share nebula_decoders)/calibration/robosense/Helios5515.csv"/>

<arg name="sensor_ip" default="192.168.1.202" description="Lidar Sensor IP"/>
<arg name="host_ip" default="192.168.1.201" description="Broadcast IP from Sensor"/>
<arg name="data_port" default="6701" description="LiDAR Data Port"/>
Expand Down

0 comments on commit 95ef8a2

Please sign in to comment.