Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 4, 2024
1 parent b76d960 commit f154c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/roscontrol-sot-controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ bool RCSotController::initInterfaces(lhi::RobotHW *robot_hw, ros::NodeHandle &,
#endif
if (verbosity_level_ > 0)
ROS_INFO_STREAM("Initialization of sot-controller Ok !");
// success
// success
#ifdef CONTROLLER_INTERFACE_NOETIC
state_ = ControllerState::INITIALIZED;
#else
Expand Down
1 change: 1 addition & 0 deletions tests/test_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This file tests the output of executable sot-test-log compiled from
tests/sot-test-log.cc.
"""

import unittest
import subprocess
import csv
Expand Down

0 comments on commit f154c09

Please sign in to comment.