feat:fix z to zero

master
邱棚 2024-07-12 15:20:35 +08:00
parent c138034db0
commit bdeaee67a4
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ cmake_minimum_required(VERSION 2.8.12) # Ships with Ubuntu 14.04 (Trusty)
project(cartographer_ros) project(cartographer_ros)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(PACKAGE_DEPENDENCIES set(PACKAGE_DEPENDENCIES
cartographer_ros_msgs cartographer_ros_msgs
geometry_msgs geometry_msgs