Skip to content

Commit 0ce7774

Browse files
committed
Removed testing script
1 parent b7dac3a commit 0ce7774

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

testing.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

velocity_controllers/src/adaptive_integral_terminal_sliding_mode_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ auto AdaptiveIntegralTerminalSlidingModeController::update_and_write_commands(
318318

319319
for (auto && [command_interface, tau] : std::views::zip(command_interfaces_, t)) {
320320
if (!command_interface.set_value(tau)) {
321-
RCLCPP_WARN(logger_, "Failed to set command for joint {}", command_interface.get_name().c_str()); // NOLINT
321+
RCLCPP_WARN(logger_, "Failed to set command for joint %s", command_interface.get_name().c_str()); // NOLINT
322322
};
323323
}
324324

0 commit comments

Comments
 (0)