File tree Expand file tree Collapse file tree 5 files changed +9
-12
lines changed
Expand file tree Collapse file tree 5 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 11libignition-cmake2-dev
2- libignition-common4 -dev
3- libignition-math6 -dev
2+ libignition-common5 -dev
3+ libignition-math7 -dev
44libignition-msgs9-dev
55libignition-rendering7-dev
66libignition-tools-dev
77libignition-transport12-dev
8- libsdformat12 -dev
8+ libsdformat13 -dev
99xvfb
Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ ign_find_package(IgnProtobuf
4343
4444#--------------------------------------
4545# Find ignition-math
46- ign_find_package (ignition-math6 REQUIRED VERSION 6.6 )
47- set (IGN_MATH_VER ${ignition-math6_VERSION_MAJOR })
46+ ign_find_package (ignition-math7 REQUIRED )
47+ set (IGN_MATH_VER ${ignition-math7_VERSION_MAJOR })
4848
4949#--------------------------------------
5050# Find ignition-common
51- ign_find_package (ignition-common4
51+ ign_find_package (ignition-common5
5252 COMPONENTS profiler
5353 REQUIRED )
54- set (IGN_COMMON_VER ${ignition-common4_VERSION_MAJOR })
54+ set (IGN_COMMON_VER ${ignition-common5_VERSION_MAJOR })
5555
5656#--------------------------------------
5757# Find ignition-transport
@@ -80,8 +80,8 @@ set(IGN_MSGS_VER ${ignition-msgs9_VERSION_MAJOR})
8080
8181#--------------------------------------
8282# Find SDFormat
83- ign_find_package (sdformat12 REQUIRED )
84- set (SDF_VER ${sdformat12_VERSION_MAJOR } )
83+ ign_find_package (sdformat13 REQUIRED )
84+ set (SDF_VER ${sdformat13_VERSION_MAJOR } )
8585
8686set (IGN_SENSORS_PLUGIN_PATH ${CMAKE_INSTALL_PREFIX} /${CMAKE_INSTALL_LIBDIR} )
8787
Original file line number Diff line number Diff line change 2323#include < sdf/sdf.hh>
2424
2525#include < ignition/common/SuppressWarning.hh>
26- #include < ignition/common/Time.hh>
2726
2827#include < ignition/math/Pose3.hh>
2928
Original file line number Diff line number Diff line change 2424#include < ignition/common/Event.hh>
2525#include < ignition/common/PluginMacros.hh>
2626#include < ignition/common/SuppressWarning.hh>
27- #include < ignition/common/Time.hh>
2827#include < ignition/msgs.hh>
2928#include < ignition/transport/Node.hh>
3029#include < ignition/transport/Publisher.hh>
Original file line number Diff line number Diff line change 3131#endif
3232
3333#include < ignition/common/Console.hh>
34- #include < ignition/common/Time.hh>
3534#include < ignition/sensors/Export.hh>
3635#include < ignition/sensors/Sensor.hh>
3736#include < ignition/transport/Node.hh>
You can’t perform that action at this time.
0 commit comments