From 27fc91fbe8f88b6885356e68828cfe1ce1db7601 Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期三, 28 二月 2024 09:53:13 +0800 Subject: [PATCH] 坐标 --- lib/src/main/cpp/CMakeLists.txt | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/src/main/cpp/CMakeLists.txt b/lib/src/main/cpp/CMakeLists.txt index 32b4e42..2f9a473 100644 --- a/lib/src/main/cpp/CMakeLists.txt +++ b/lib/src/main/cpp/CMakeLists.txt @@ -21,6 +21,7 @@ # Provides a relative path to your source file(s). native-lib.cpp + rtcm.cpp common/serial_port.cpp common/net.cpp common/apptimer.cpp @@ -37,16 +38,19 @@ mcu/ahp.cpp mcu/ada.cpp mcu/dfu.cpp + mcu/car_box.cpp test_common/car_sensor.cpp test_common/odo_graph.cpp test_items/error_list.cpp test_items/park_edge.cpp test_items/park_bottom.cpp - test_items/stop_and_start.cpp + test_items/uphill.cpp test_items/driving_curve.cpp - test_items/turn_a90.cpp + test_items/right_corner.cpp test_items/area_exam.cpp + teach/teach.cpp + teach/train.cpp rtk_module/rtk.cpp rtk_module/virtual_rtk.cpp -- Gitblit v1.8.0