Skip to content

Commit 645ee4b

Browse files
committed
copyright and function name style updated
1 parent 14ddfc3 commit 645ee4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

control_toolbox/include/control_toolbox/tf_utils.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2008, Willow Garage, Inc.
1+
// Copyright (c) 2025, ros2_control developers
22
// All rights reserved.
33
//
44
// Software License Agreement (BSD License 2.0)
@@ -47,7 +47,7 @@ namespace control_toolbox
4747
* @param node_ns Node namespace to use as prefix if prefix is empty
4848
* @return The prefixed frame name if prefix is not empty, otherwise the original frame name
4949
*/
50-
inline std::string applyTFPrefix(
50+
inline std::string apply_tf_prefix(
5151
bool tf_prefix_enabled, std::string prefix, const std::string & node_ns,
5252
const std::string & frame)
5353
{

control_toolbox/test/tf_utils_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2008, Willow Garage, Inc.
1+
// Copyright (c) 2025, ros2_control developers
22
// All rights reserved.
33
//
44
// Software License Agreement (BSD License 2.0)

0 commit comments

Comments
 (0)