Skip to content

Commit

Permalink
Merge pull request #15 from LudovaTech/new-struct
Browse files Browse the repository at this point in the history
New struct is ready to pull in main
  • Loading branch information
DArtagnant authored Jun 17, 2024
2 parents 7179412 + 2591492 commit a9457cd
Show file tree
Hide file tree
Showing 105 changed files with 722 additions and 1,515 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ target_include_directories(Arduino PUBLIC ./test/faking)
file(GLOB TEST_SOURCES "test/*_unit.cpp")
# file(GLOB SRC_SOURCES "src/*.cpp")
# add_executable(unitTest ${TEST_SOURCES} ${SRC_SOURCES})
add_executable(unitTest ${TEST_SOURCES} ./src/utilities.cpp ./src/states.cpp ./src/strategy.cpp ./src/movements.cpp ./src/lidar.cpp ./src/logger.cpp)
add_executable(unitTest ${TEST_SOURCES} ./src/utilities.cpp ./src/cam_reader.cpp ./src/strategy.cpp ./src/movements.cpp ./src/lidar_reader.cpp ./src/logger.cpp)

target_link_libraries(unitTest gtest_main Arduino)
add_test(NAME example_test COMMAND unitTest)
Binary file removed misc/10_degres.png
Binary file not shown.
Binary file removed misc/3_degres.png
Binary file not shown.
Binary file removed misc/5_degres.png
Binary file not shown.
8 changes: 0 additions & 8 deletions misc/bad_1.txt

This file was deleted.

Binary file removed misc/lidar_data.png
Binary file not shown.
4 changes: 0 additions & 4 deletions misc/lidar_data.txt

This file was deleted.

Binary file removed misc/lidar_data_bas_centre_regarde_tout_droit.png
Binary file not shown.
7 changes: 0 additions & 7 deletions misc/lidar_data_bas_centre_regarde_tout_droit.txt

This file was deleted.

Binary file removed misc/lidar_data_bas_droite_regarde_droite.png
Binary file not shown.
7 changes: 0 additions & 7 deletions misc/lidar_data_bas_droite_regarde_droite.txt

This file was deleted.

Binary file not shown.
7 changes: 0 additions & 7 deletions misc/lidar_data_bas_droite_regarde_droite_inverse.txt

This file was deleted.

Binary file removed misc/lidar_data_bas_droite_regarde_gauche.png
Binary file not shown.
7 changes: 0 additions & 7 deletions misc/lidar_data_bas_droite_regarde_gauche.txt

This file was deleted.

7 changes: 0 additions & 7 deletions misc/lidar_data_bas_droite_regarde_gauche_inverse.txt

This file was deleted.

Binary file removed misc/lidar_data_bas_gauche_regarde_droite.png
Binary file not shown.
7 changes: 0 additions & 7 deletions misc/lidar_data_bas_gauche_regarde_droite.txt

This file was deleted.

7 changes: 0 additions & 7 deletions misc/lidar_data_bas_gauche_regarde_droite_inverse.txt

This file was deleted.

Binary file not shown.
7 changes: 0 additions & 7 deletions misc/lidar_data_bas_gauche_regarde_droite_obstacle.txt

This file was deleted.

Binary file not shown.
7 changes: 0 additions & 7 deletions misc/lidar_data_bas_gauche_regarde_droite_obstacle2.txt

This file was deleted.

Binary file not shown.
7 changes: 0 additions & 7 deletions misc/lidar_data_bas_gauche_regarde_droite_obstacle3.txt

This file was deleted.

Binary file not shown.
7 changes: 0 additions & 7 deletions misc/lidar_data_bas_gauche_regarde_droite_obstacle4.txt

This file was deleted.

Binary file removed misc/lidar_data_bas_gauche_regarde_gauche.png
Binary file not shown.
7 changes: 0 additions & 7 deletions misc/lidar_data_bas_gauche_regarde_gauche.txt

This file was deleted.

7 changes: 0 additions & 7 deletions misc/lidar_data_bas_gauche_regarde_gauche_inverse.txt

This file was deleted.

6 changes: 0 additions & 6 deletions misc/lidar_data_center1.txt

This file was deleted.

Binary file removed misc/lidar_data_centre_droite_regarde_droite.png
Binary file not shown.
7 changes: 0 additions & 7 deletions misc/lidar_data_centre_droite_regarde_droite.txt

This file was deleted.

Binary file removed misc/lidar_data_centre_gauche_regarde_gauche.png
Binary file not shown.
7 changes: 0 additions & 7 deletions misc/lidar_data_centre_gauche_regarde_gauche.txt

This file was deleted.

Loading

0 comments on commit a9457cd

Please sign in to comment.