Skip to content

Commit e7d48b4

Browse files
committed
fixing header guards
1 parent 333af97 commit e7d48b4

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

backported_bt_navigator/include/backported_bt_navigator/behavior_tree_navigator.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef backported_bt_navigator__BEHAVIOR_TREE_NAVIGATOR_HPP_
16-
#define backported_bt_navigator__BEHAVIOR_TREE_NAVIGATOR_HPP_
15+
#ifndef BACKPORTED_BT_NAVIGATOR__BEHAVIOR_TREE_NAVIGATOR_HPP_
16+
#define BACKPORTED_BT_NAVIGATOR__BEHAVIOR_TREE_NAVIGATOR_HPP_
1717

1818
#include <memory>
1919
#include <string>
@@ -375,4 +375,4 @@ class BehaviorTreeNavigator : public NavigatorBase
375375

376376
} // namespace backported_bt_navigator
377377

378-
#endif // backported_bt_navigator__BEHAVIOR_TREE_NAVIGATOR_HPP_
378+
#endif // BACKPORTED_BT_NAVIGATOR__BEHAVIOR_TREE_NAVIGATOR_HPP_

backported_bt_navigator/include/backported_bt_navigator/bt_navigator.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef backported_bt_navigator__BT_NAVIGATOR_HPP_
16-
#define backported_bt_navigator__BT_NAVIGATOR_HPP_
15+
#ifndef BACKPORTED_BT_NAVIGATOR__BT_NAVIGATOR_HPP_
16+
#define BACKPORTED_BT_NAVIGATOR__BT_NAVIGATOR_HPP_
1717

1818
#include <memory>
1919
#include <string>
@@ -104,4 +104,4 @@ class BtNavigator : public nav2_util::LifecycleNode
104104

105105
} // namespace backported_bt_navigator
106106

107-
#endif // backported_bt_navigator__BT_NAVIGATOR_HPP_
107+
#endif // BACKPORTED_BT_NAVIGATOR__BT_NAVIGATOR_HPP_

backported_bt_navigator/include/backported_bt_navigator/navigators/navigate_through_poses.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef backported_bt_navigator__NAVIGATORS__NAVIGATE_THROUGH_POSES_HPP_
16-
#define backported_bt_navigator__NAVIGATORS__NAVIGATE_THROUGH_POSES_HPP_
15+
#ifndef BACKPORTED_BT_NAVIGATOR__NAVIGATORS__NAVIGATE_THROUGH_POSES_HPP_
16+
#define BACKPORTED_BT_NAVIGATOR__NAVIGATORS__NAVIGATE_THROUGH_POSES_HPP_
1717

1818
#include <string>
1919
#include <vector>
@@ -117,4 +117,4 @@ class NavigateThroughPosesNavigator
117117

118118
} // namespace backported_bt_navigator
119119

120-
#endif // backported_bt_navigator__NAVIGATORS__NAVIGATE_THROUGH_POSES_HPP_
120+
#endif // BACKPORTED_BT_NAVIGATOR__NAVIGATORS__NAVIGATE_THROUGH_POSES_HPP_

backported_bt_navigator/include/backported_bt_navigator/navigators/navigate_to_pose.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef backported_bt_navigator__NAVIGATORS__NAVIGATE_TO_POSE_HPP_
16-
#define backported_bt_navigator__NAVIGATORS__NAVIGATE_TO_POSE_HPP_
15+
#ifndef BACKPORTED_BT_NAVIGATOR__NAVIGATORS__NAVIGATE_TO_POSE_HPP_
16+
#define BACKPORTED_BT_NAVIGATOR__NAVIGATORS__NAVIGATE_TO_POSE_HPP_
1717

1818
#include <string>
1919
#include <vector>
@@ -133,4 +133,4 @@ class NavigateToPoseNavigator
133133

134134
} // namespace backported_bt_navigator
135135

136-
#endif // backported_bt_navigator__NAVIGATORS__NAVIGATE_TO_POSE_HPP_
136+
#endif // BACKPORTED_BT_NAVIGATOR__NAVIGATORS__NAVIGATE_TO_POSE_HPP_

0 commit comments

Comments
 (0)