Skip to content

Commit

Permalink
Add parameter factory example (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
griswaldbrooks authored Sep 18, 2023
1 parent 5d62d6a commit bde5ef7
Show file tree
Hide file tree
Showing 2 changed files with 595 additions and 0 deletions.
3 changes: 3 additions & 0 deletions functional_programming_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ if(BUILD_TESTING)

ament_add_gtest(with_parameters test/with_parameters.cpp TIMEOUT 5)
ament_target_dependencies(with_parameters rclcpp std_msgs example_srvs)

ament_add_gtest(with_parameter_factory test/with_parameter_factory.cpp TIMEOUT 5)
ament_target_dependencies(with_parameter_factory rclcpp std_msgs example_srvs)
endif()

ament_package()
Loading

0 comments on commit bde5ef7

Please sign in to comment.