Skip to content

Commit

Permalink
Revert "Add ParameterEventsSubscriber class (#829)" (#1572)
Browse files Browse the repository at this point in the history
This reverts commit c8713ed.
  • Loading branch information
nuclearsandwich committed Mar 5, 2021
1 parent c8713ed commit e11986b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1,004 deletions.
1 change: 0 additions & 1 deletion rclcpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ set(${PROJECT_NAME}_SRCS
src/rclcpp/parameter.cpp
src/rclcpp/parameter_value.cpp
src/rclcpp/parameter_client.cpp
src/rclcpp/parameter_event_handler.cpp
src/rclcpp/parameter_events_filter.cpp
src/rclcpp/parameter_map.cpp
src/rclcpp/parameter_service.cpp
Expand Down
336 changes: 0 additions & 336 deletions rclcpp/include/rclcpp/parameter_event_handler.hpp

This file was deleted.

5 changes: 2 additions & 3 deletions rclcpp/include/rclcpp/rclcpp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,14 @@
#include "rclcpp/guard_condition.hpp"
#include "rclcpp/logging.hpp"
#include "rclcpp/node.hpp"
#include "rclcpp/parameter_client.hpp"
#include "rclcpp/parameter_event_handler.hpp"
#include "rclcpp/parameter.hpp"
#include "rclcpp/parameter_client.hpp"
#include "rclcpp/parameter_service.hpp"
#include "rclcpp/rate.hpp"
#include "rclcpp/time.hpp"
#include "rclcpp/utilities.hpp"
#include "rclcpp/visibility_control.hpp"
#include "rclcpp/waitable.hpp"
#include "rclcpp/wait_set.hpp"
#include "rclcpp/waitable.hpp"

#endif // RCLCPP__RCLCPP_HPP_
Loading

0 comments on commit e11986b

Please sign in to comment.