File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
backported_bt_navigator/include/backported_bt_navigator Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
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_
17
17
18
18
#include < memory>
19
19
#include < string>
@@ -375,4 +375,4 @@ class BehaviorTreeNavigator : public NavigatorBase
375
375
376
376
} // namespace backported_bt_navigator
377
377
378
- #endif // backported_bt_navigator__BEHAVIOR_TREE_NAVIGATOR_HPP_
378
+ #endif // BACKPORTED_BT_NAVIGATOR__BEHAVIOR_TREE_NAVIGATOR_HPP_
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
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_
17
17
18
18
#include < memory>
19
19
#include < string>
@@ -104,4 +104,4 @@ class BtNavigator : public nav2_util::LifecycleNode
104
104
105
105
} // namespace backported_bt_navigator
106
106
107
- #endif // backported_bt_navigator__BT_NAVIGATOR_HPP_
107
+ #endif // BACKPORTED_BT_NAVIGATOR__BT_NAVIGATOR_HPP_
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
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_
17
17
18
18
#include < string>
19
19
#include < vector>
@@ -117,4 +117,4 @@ class NavigateThroughPosesNavigator
117
117
118
118
} // namespace backported_bt_navigator
119
119
120
- #endif // backported_bt_navigator__NAVIGATORS__NAVIGATE_THROUGH_POSES_HPP_
120
+ #endif // BACKPORTED_BT_NAVIGATOR__NAVIGATORS__NAVIGATE_THROUGH_POSES_HPP_
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
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_
17
17
18
18
#include < string>
19
19
#include < vector>
@@ -133,4 +133,4 @@ class NavigateToPoseNavigator
133
133
134
134
} // namespace backported_bt_navigator
135
135
136
- #endif // backported_bt_navigator__NAVIGATORS__NAVIGATE_TO_POSE_HPP_
136
+ #endif // BACKPORTED_BT_NAVIGATOR__NAVIGATORS__NAVIGATE_TO_POSE_HPP_
You can’t perform that action at this time.
0 commit comments