feat:fix z to zero
parent
c138034db0
commit
bdeaee67a4
|
@ -16,6 +16,10 @@ cmake_minimum_required(VERSION 2.8.12) # Ships with Ubuntu 14.04 (Trusty)
|
|||
|
||||
project(cartographer_ros)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
|
||||
set(PACKAGE_DEPENDENCIES
|
||||
cartographer_ros_msgs
|
||||
geometry_msgs
|
||||
|
|
Loading…
Reference in New Issue