Skip to content

Commit 0f92493

Browse files
Revert "Rename PidRos test files"
This reverts commit 92f7d6f.
1 parent f917eb0 commit 0f92493

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@ if(BUILD_TESTING)
139139
ament_add_gmock(rate_limiter_tests test/rate_limiter.cpp)
140140
target_link_libraries(rate_limiter_tests control_toolbox)
141141

142-
ament_add_gtest(pid_ros_parameters_tests test/pid_ros_parameters_tests.cpp)
143-
target_link_libraries(pid_ros_parameters_tests control_toolbox)
142+
ament_add_gtest(pid_parameters_tests test/pid_parameters_tests.cpp)
143+
target_link_libraries(pid_parameters_tests control_toolbox)
144144

145-
ament_add_gtest(pid_ros_publisher_tests test/pid_ros_publisher_tests.cpp)
146-
target_link_libraries(pid_ros_publisher_tests control_toolbox)
147-
ament_target_dependencies(pid_ros_publisher_tests rclcpp_lifecycle)
145+
ament_add_gtest(pid_publisher_tests test/pid_publisher_tests.cpp)
146+
target_link_libraries(pid_publisher_tests control_toolbox)
147+
ament_target_dependencies(pid_publisher_tests rclcpp_lifecycle)
148148

149149
## Control Filters
150150
# exponential_filter
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)