Skip to content
Snippets Groups Projects

Diff drive 2

Merged Jeremie Deray requested to merge diff_drive_2 into dynamic_sensor_params
3 files
+ 11077
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -155,6 +155,10 @@ TARGET_LINK_LIBRARIES(test_processor_tracker_landmark ${PROJECT_NAME})
@@ -155,6 +155,10 @@ TARGET_LINK_LIBRARIES(test_processor_tracker_landmark ${PROJECT_NAME})
ADD_EXECUTABLE(test_processor_imu test_processor_imu.cpp)
ADD_EXECUTABLE(test_processor_imu test_processor_imu.cpp)
TARGET_LINK_LIBRARIES(test_processor_imu ${PROJECT_NAME})
TARGET_LINK_LIBRARIES(test_processor_imu ${PROJECT_NAME})
 
# Processor Diff-Drive test
 
ADD_EXECUTABLE(test_processor_diff_drive test_diff_drive.cpp)
 
TARGET_LINK_LIBRARIES(test_processor_diff_drive ${PROJECT_NAME})
 
# MPU6050 IMU test
# MPU6050 IMU test
#ADD_EXECUTABLE(test_mpu test_mpu.cpp)
#ADD_EXECUTABLE(test_mpu test_mpu.cpp)
#TARGET_LINK_LIBRARIES(test_mpu ${PROJECT_NAME})
#TARGET_LINK_LIBRARIES(test_mpu ${PROJECT_NAME})
Loading