Skip to content

Commit

Permalink
Fix codespell and cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Feb 26, 2024
1 parent f21e5da commit 8860de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion controller_manager/doc/controller_chaining.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ One can also think of it as an actual chain, you can not add a chain link or bre
Debugging outputs
----------------------------

Flag ``unavailable`` on reference interface does not provide much information about anything at the moment. So don't get confused by it. The reason we have it are internal implementation reasons irelevant for the usage.
Flag ``unavailable`` on reference interface does not provide much information about anything at the moment. So don't get confused by it. The reason we have it are internal implementation reasons irrelevant for the usage.


Closing remarks
Expand Down
3 changes: 1 addition & 2 deletions joint_limits_interface/test/joint_limits_urdf_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
/// \author Adolfo Rodriguez Tsouroukdissian

#include <gtest/gtest.h>
#include <string>

#include <joint_limits_interface/joint_limits_urdf.hpp>

#include <string>

class JointLimitsUrdfTest : public ::testing::Test
{
public:
Expand Down

0 comments on commit 8860de6

Please sign in to comment.