Skip to content

Commit

Permalink
Add tests for TractionLimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Nov 2, 2024
1 parent 2d4321f commit 3d0f236
Show file tree
Hide file tree
Showing 2 changed files with 552 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tricycle_controller/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ if(BUILD_TESTING)
controller_manager
ros2_control_test_assets
)

ament_add_gmock(test_traction_limiter
test/test_traction_limiter.cpp)
target_link_libraries(test_traction_limiter
tricycle_controller
)
endif()

install(
Expand Down
Loading

0 comments on commit 3d0f236

Please sign in to comment.