File tree 6 files changed +17
-17
lines changed
planning/autoware_obstacle_stop_planner
6 files changed +17
-17
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 OBSTACLE_STOP_PLANNER__ADAPTIVE_CRUISE_CONTROL_HPP_
16
- #define OBSTACLE_STOP_PLANNER__ADAPTIVE_CRUISE_CONTROL_HPP_
15
+ #ifndef ADAPTIVE_CRUISE_CONTROL_HPP_
16
+ #define ADAPTIVE_CRUISE_CONTROL_HPP_
17
17
18
18
#include < rclcpp/rclcpp.hpp>
19
19
@@ -234,4 +234,4 @@ class AdaptiveCruiseController
234
234
235
235
} // namespace autoware::motion_planning
236
236
237
- #endif // OBSTACLE_STOP_PLANNER__ADAPTIVE_CRUISE_CONTROL_HPP_
237
+ #endif // ADAPTIVE_CRUISE_CONTROL_HPP_
Original file line number Diff line number Diff line change 11
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
- #ifndef OBSTACLE_STOP_PLANNER__DEBUG_MARKER_HPP_
15
- #define OBSTACLE_STOP_PLANNER__DEBUG_MARKER_HPP_
14
+ #ifndef DEBUG_MARKER_HPP_
15
+ #define DEBUG_MARKER_HPP_
16
16
17
17
#include < rclcpp/rclcpp.hpp>
18
18
@@ -156,4 +156,4 @@ class ObstacleStopPlannerDebugNode
156
156
157
157
} // namespace autoware::motion_planning
158
158
159
- #endif // OBSTACLE_STOP_PLANNER__DEBUG_MARKER_HPP_
159
+ #endif // DEBUG_MARKER_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 OBSTACLE_STOP_PLANNER__NODE_HPP_
16
- #define OBSTACLE_STOP_PLANNER__NODE_HPP_
15
+ #ifndef NODE_HPP_
16
+ #define NODE_HPP_
17
17
18
+ #include " adaptive_cruise_control.hpp"
18
19
#include " autoware/universe_utils/ros/logger_level_configure.hpp"
19
20
#include " autoware/universe_utils/system/stop_watch.hpp"
20
- #include " adaptive_cruise_control.hpp"
21
21
#include " debug_marker.hpp"
22
22
#include " planner_data.hpp"
23
23
@@ -321,4 +321,4 @@ class ObstacleStopPlannerNode : public rclcpp::Node
321
321
};
322
322
} // namespace autoware::motion_planning
323
323
324
- #endif // OBSTACLE_STOP_PLANNER__NODE_HPP_
324
+ #endif // NODE_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 OBSTACLE_STOP_PLANNER__PLANNER_DATA_HPP_
16
- #define OBSTACLE_STOP_PLANNER__PLANNER_DATA_HPP_
15
+ #ifndef PLANNER_DATA_HPP_
16
+ #define PLANNER_DATA_HPP_
17
17
18
18
#include < rclcpp/rclcpp.hpp>
19
19
@@ -284,4 +284,4 @@ struct PlannerData
284
284
285
285
} // namespace autoware::motion_planning
286
286
287
- #endif // OBSTACLE_STOP_PLANNER__PLANNER_DATA_HPP_
287
+ #endif // PLANNER_DATA_HPP_
Original file line number Diff line number Diff line change 13
13
// See the License for the specific language governing permissions and
14
14
// limitations under the License.
15
15
16
- #ifndef OBSTACLE_STOP_PLANNER__PLANNER_UTILS_HPP_
17
- #define OBSTACLE_STOP_PLANNER__PLANNER_UTILS_HPP_
16
+ #ifndef PLANNER_UTILS_HPP_
17
+ #define PLANNER_UTILS_HPP_
18
18
19
19
#include " planner_data.hpp"
20
20
@@ -151,4 +151,4 @@ rclcpp::SubscriptionOptions createSubscriptionOptions(rclcpp::Node * node_ptr);
151
151
152
152
} // namespace autoware::motion_planning
153
153
154
- #endif // OBSTACLE_STOP_PLANNER__PLANNER_UTILS_HPP_
154
+ #endif // PLANNER_UTILS_HPP_
Original file line number Diff line number Diff line change 22
22
23
23
#include < vector>
24
24
25
- using autoware::planning_test_manager::PlanningInterfaceTestManager;
26
25
using autoware::motion_planning::ObstacleStopPlannerNode;
26
+ using autoware::planning_test_manager::PlanningInterfaceTestManager;
27
27
28
28
std::shared_ptr<PlanningInterfaceTestManager> generateTestManager ()
29
29
{
You can’t perform that action at this time.
0 commit comments