File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
nav2_behavior_tree/include/nav2_behavior_tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -63,19 +63,19 @@ repos:
63
63
language : system
64
64
types : [cmake]
65
65
entry : ament_lint_cmake
66
- - id : ament_cpplint
67
- name : ament_cpplint
68
- description : Code style checking using cpplint.
69
- language : system
70
- types : [c++]
71
- entry : ament_cpplint
72
66
- id : ament_uncrustify
73
67
name : ament_uncrustify
74
68
description : Code style checking using uncrustify.
75
69
language : system
76
70
types : [c++]
77
71
args : ["--reformat"]
78
72
entry : ament_uncrustify
73
+ - id : ament_cpplint
74
+ name : ament_cpplint
75
+ description : Code style checking using cpplint.
76
+ language : system
77
+ types : [c++]
78
+ entry : ament_cpplint
79
79
- id : ament_xmllint
80
80
name : ament_xmllint
81
81
description : Check XML markup using xmllint.
Original file line number Diff line number Diff line change 15
15
16
16
#ifndef NAV2_BEHAVIOR_TREE__BEHAVIOR_TREE_ENGINE_HPP_
17
17
#define NAV2_BEHAVIOR_TREE__BEHAVIOR_TREE_ENGINE_HPP_
18
-
18
+ // TOLONGLINE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
19
19
#include < memory>
20
20
#include < string>
21
21
#include < vector>
@@ -33,7 +33,7 @@ namespace nav2_behavior_tree
33
33
* @enum nav2_behavior_tree::BtStatus
34
34
* @brief An enum class representing BT execution status
35
35
*/
36
- enum class BtStatus { SUCCEEDED, FAILED, CANCELED };
36
+ enum class BtStatus { SUCCEEDED, FAILED, CANCELED};
37
37
38
38
/* *
39
39
* @class nav2_behavior_tree::BehaviorTreeEngine
You can’t perform that action at this time.
0 commit comments