Skip to content

Commit

Permalink
Add a simple test with acceleration limits
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 3, 2024
1 parent ad9b3e6 commit 9bc6d41
Show file tree
Hide file tree
Showing 5 changed files with 421 additions and 299 deletions.
8 changes: 2 additions & 6 deletions diff_drive_controller/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ if(BUILD_TESTING)
find_package(ros2_control_test_assets REQUIRED)

ament_add_gmock(test_diff_drive_controller
test/test_diff_drive_controller.cpp)
test/test_diff_drive_controller.cpp
)
target_link_libraries(test_diff_drive_controller
diff_drive_controller
)
Expand All @@ -81,11 +82,6 @@ if(BUILD_TESTING)
controller_manager
ros2_control_test_assets
)
ament_add_gmock(test_configure_diff_drive_controller test/test_configure_diff_drive_controller.cpp)
ament_target_dependencies(test_configure_diff_drive_controller
controller_manager
ros2_control_test_assets
)
endif()

install(
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9bc6d41

Please sign in to comment.