Skip to content

Commit

Permalink
Made Ros2ControlSystem.hpp clang-format compliant.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphieraccoon committed Oct 5, 2023
1 parent 81f3c9a commit 4b2aa16
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ namespace webots_ros2_control {
std::vector<hardware_interface::StateInterface> export_state_interfaces() override;
std::vector<hardware_interface::CommandInterface> export_command_interfaces() override;

hardware_interface::return_type perform_command_mode_switch(const std::vector<std::string>& start_interfaces, const std::vector<std::string>& stop_interfaces) override;
hardware_interface::return_type perform_command_mode_switch(const std::vector<std::string> &start_interfaces,
const std::vector<std::string> &stop_interfaces) override;

hardware_interface::return_type read(const rclcpp::Time & /*time*/, const rclcpp::Duration & /*period*/) override;
hardware_interface::return_type write(const rclcpp::Time & /*time*/, const rclcpp::Duration & /*period*/) override;
Expand Down

0 comments on commit 4b2aa16

Please sign in to comment.