Skip to content

Commit

Permalink
Removed pid controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Shobuj-Paul committed Feb 15, 2024
1 parent 356a37c commit 1da5b7a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 93 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin)

# Declare a C++ library
add_library(${PROJECT_NAME}
src/controllers/pid_controller.cpp
src/controllers/pi_controller.cpp
src/math/functions.cpp
src/math/foc.cpp
Expand All @@ -28,10 +27,6 @@ add_executable(pi_test tests/pi_test.cpp)
target_link_libraries(pi_test ${PROJECT_NAME})
add_test(NAME pi_test COMMAND "${CMAKE_SOURCE_DIR}/bin/pi_test")

add_executable(pid_test tests/pid_test.cpp)
target_link_libraries(pid_test ${PROJECT_NAME})
add_test(NAME pid_test COMMAND "${CMAKE_SOURCE_DIR}/bin/pid_test")

add_executable(bemf_observer_test tests/bemf_observer_test.cpp)
target_link_libraries(bemf_observer_test ${PROJECT_NAME})
add_test(NAME bemf_observer_test COMMAND "${CMAKE_SOURCE_DIR}/bin/bemf_observer_test")
Expand Down
21 changes: 0 additions & 21 deletions include/controllers/pid_controller.hpp

This file was deleted.

45 changes: 0 additions & 45 deletions src/controllers/pid_controller.cpp

This file was deleted.

22 changes: 0 additions & 22 deletions tests/pid_test.cpp

This file was deleted.

0 comments on commit 1da5b7a

Please sign in to comment.