Skip to content

Commit

Permalink
Revert "Add DopplerVelocityLog sensor (gazebosim#290)" (gazebosim#302)
Browse files Browse the repository at this point in the history
This reverts commit 306e92a.
Revert addition of DopplerVelocityLog due to need for new eigen dependency

Signed-off-by: Michel Hidalgo <[email protected]>

Signed-off-by: Michel Hidalgo <[email protected]>
  • Loading branch information
hidmic committed Dec 12, 2022
1 parent 2ec0200 commit ae723cd
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 2,990 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ set(GZ_MSGS_VER ${gz-msgs9_VERSION_MAJOR})
gz_find_package(sdformat13 REQUIRED)
set(SDF_VER ${sdformat13_VERSION_MAJOR})

#--------------------------------------
# Find Eigen3
find_package(Eigen3 REQUIRED)

#============================================================================
# Configure the build
#============================================================================
Expand Down
247 changes: 0 additions & 247 deletions include/gz/sensors/DopplerVelocityLog.hh

This file was deleted.

79 changes: 0 additions & 79 deletions include/gz/sensors/EnvironmentalData.hh

This file was deleted.

17 changes: 0 additions & 17 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
set (sources
BrownDistortionModel.cc
Distortion.cc
EnvironmentalData.cc
GaussianNoiseModel.cc
Manager.cc
Noise.cc
Expand Down Expand Up @@ -89,22 +88,6 @@ target_link_libraries(${depth_camera_target}
gz-transport${GZ_TRANSPORT_VER}::gz-transport${GZ_TRANSPORT_VER}
)

set(dvl_sources DopplerVelocityLog.cc)
gz_add_component(dvl
SOURCES ${dvl_sources}
DEPENDS_ON_COMPONENTS rendering
GET_TARGET_NAME dvl_target)
target_compile_definitions(${dvl_target} PUBLIC DopplerVelocityLog_EXPORTS)
target_link_libraries(${dvl_target}
PUBLIC
${rendering_target}
Eigen3::Eigen
PRIVATE
gz-common${GZ_COMMON_VER}::gz-common${GZ_COMMON_VER}
gz-math${GZ_MATH_VER}::gz-math${GZ_MATH_VER}
gz-msgs${GZ_MSGS_VER}::gz-msgs${GZ_MSGS_VER}
gz-transport${GZ_TRANSPORT_VER}::gz-transport${GZ_TRANSPORT_VER})

set(lidar_sources Lidar.cc)
gz_add_component(lidar
SOURCES ${lidar_sources}
Expand Down
Loading

0 comments on commit ae723cd

Please sign in to comment.