Skip to content

Commit

Permalink
Update dummy_chainable_controller.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl authored Oct 17, 2024
1 parent 3f3cc2a commit f7c4973
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ class DummyClassName : public controller_interface::ChainableControllerInterface
const rclcpp_lifecycle::State & previous_state) override;

TEMPLATES__ROS2_CONTROL__VISIBILITY_PUBLIC
controller_interface::return_type update_reference_from_subscribers() override;
controller_interface::return_type update_reference_from_subscribers(
const rclcpp::Time & time, const rclcpp::Duration & period) override;

TEMPLATES__ROS2_CONTROL__VISIBILITY_PUBLIC
controller_interface::return_type update_and_write_commands(
Expand Down

0 comments on commit f7c4973

Please sign in to comment.